diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100644 new mode 100755 diff --git a/package.json b/package.json index ec69c599a..9116d0ee7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "test": "yarn lint && jest src/.*", "test:watch": "jest --watch src", "prepublishOnly": "yarn build && yarn test", - "prepare": "yarn build" + "prepare": "husky install && yarn build" }, "repository": { "type": "git",