Skip to content

Commit

Permalink
ci: fix husky command during release
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jul 23, 2023
1 parent d650161 commit 3e493a2
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 @@ -42,7 +42,7 @@
"build-storybook": "storybook build",
"lint": "next lint",
"format": "next lint -- --fix --dir .",
"prepare": "husky install"
"prepare": "npx husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.8",
Expand Down

0 comments on commit 3e493a2

Please sign in to comment.