Skip to content

Commit

Permalink
Fix husky installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Aug 21, 2024
1 parent 9c29a96 commit c86a6e7
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 @@ -46,7 +46,7 @@
"ci": "c8 pnpm test && c8 report --reporter=json",
"release": "pnpm run build && pnpm exec changeset publish",
"preinstall": "npx only-allow pnpm",
"prepare": "npx is-in-ci || husky install"
"prepare": "npx is-in-ci || husky"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
Expand Down

0 comments on commit c86a6e7

Please sign in to comment.