Skip to content

Commit 8a320e8

Browse files
committed
fix: change postinstall to prepare
This was causing an error after install into other project
1 parent 92e1ea5 commit 8a320e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"format:check": "prettier --check '**/{src,test,stories}/**/{*.js,*.ts,*.tsx,*.json,*.md,*.mdx}'",
3636
"deploy-storybook": "storybook-to-ghpages",
3737
"generate": "plop --plopfile ./generators/plopfile.js",
38-
"postinstall": "husky install",
38+
"prepare": "husky install",
3939
"semantic-release": "semantic-release"
4040
},
4141
"peerDependencies": {

0 commit comments

Comments
 (0)