From da8e1668af69a347e5e486b8350a101f60d2298b Mon Sep 17 00:00:00 2001 From: Alexander Akait <4567934+alexander-akait@users.noreply.github.com> Date: Wed, 12 May 2021 18:55:36 +0300 Subject: [PATCH] chore: fix prepare (#396) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d5ea78..795ae05 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", "pretest": "npm run lint", "test": "npm run test:coverage", - "prepare": "npm run build && husky install", + "prepare": "husky install && npm run build", "release": "standard-version" }, "files": [