diff --git a/package.json b/package.json index 8935512..8983bc9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lint": "eslint . --ext .ts", "postpublish": "yarn run clean", "posttest": "yarn lint", - "postinstall": "husky install", + "prepack": "husky install", "prepublishOnly": "yarn run build && oclif lock && oclif manifest . && oclif readme", "pretest": "yarn build --noEmit && tsc -p test --noEmit", "preversion": "yarn run clean",