diff --git a/package.json b/package.json index c2cd2f3..9298736 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "build": "tsc", "test": "jest", "lint": "eslint . --cache", - "postinstall": "husky install && yarn build", + "prepare": "husky install && yarn build", "version": "manual-git-changelog onversion" }, "jest": {