diff --git a/package.json b/package.json index c97a4b8..3bf25e9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "npm": ">=8.0.0" }, "scripts": { - "prepare": "husky install", + "postinstall": "husky install", "bootstrap": "lerna bootstrap", "build": "lerna run build", "clean": "lerna clean",