Skip to content

Commit

Permalink
Don't try to install husky upon use in another project
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Nov 24, 2024
1 parent 77e9fd8 commit f368630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest",
"postinstall": "husky install",
"prepare": "husky",
"prepublishOnly": "yarn run build",
"lint": "eslint src"
},
Expand Down

0 comments on commit f368630

Please # to comment.