Skip to content

Commit

Permalink
Don't use husky install (wrong command anyways)
Browse files Browse the repository at this point in the history
Fixes #118
  • Loading branch information
benvinegar committed Dec 11, 2024
1 parent 7fa4226 commit eb9be10
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 @@ -16,7 +16,7 @@
"test": "TZ=EST vitest run",
"test-ci": "TZ=EST vitest run --coverage",
"typecheck": "tsc",
"prepare": "husky install",
"prepare": "husky",
"types:gen": "wrangler types"
},
"dependencies": {
Expand Down

0 comments on commit eb9be10

Please sign in to comment.