diff --git a/package.json b/package.json index e28c5e8..6993a9d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "publishVersion": "yarn test && yarn build && yarn lint && yarn publish", "test": "jest", "lint": "yarn eslint src/**/*", - "postinstall": "husky install" + "prepare": "husky install" }, "peerDependencies": { "react": ">=16.8",