Skip to content

Commit dec6744

Browse files
Merge pull request #47 from commitd/sh/44
fix: change postinstall to prepare
2 parents fdf6dd8 + 8a320e8 commit dec6744

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)