Skip to content

Commit

Permalink
chore: add husky prepare script to install automatically (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyCoffee authored Mar 11, 2023
1 parent c5e1401 commit c31ceae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"release:minor": "yarn run release minor",
"release:patch": "yarn run release patch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"prepare": "husky install"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c31ceae

Please sign in to comment.