Skip to content

Commit c31ceae

Browse files
authored
chore: add husky prepare script to install automatically (#37)
1 parent c5e1401 commit c31ceae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"release:minor": "yarn run release minor",
5858
"release:patch": "yarn run release patch",
5959
"storybook": "storybook dev -p 6006",
60-
"build-storybook": "storybook build"
60+
"build-storybook": "storybook build",
61+
"prepare": "husky install"
6162
},
6263
"repository": {
6364
"type": "git",

0 commit comments

Comments
 (0)