Skip to content

Commit

Permalink
build: use husky as husky install is deprecated (#3340)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazelly authored Jun 18, 2024
1 parent 035524e commit 5dadb95
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 @@ -99,7 +99,7 @@
"coverage:report:ci": "c8 report",
"bench": "echo \"Error: Benchmarks have been moved to '/benchmarks'\" && exit 1",
"serve:website": "echo \"Error: Documentation has been moved to '/docs'\" && exit 1",
"prepare": "husky install && node ./scripts/platform-shell.js"
"prepare": "husky && node ./scripts/platform-shell.js"
},
"devDependencies": {
"@fastify/busboy": "2.1.1",
Expand Down

0 comments on commit 5dadb95

Please sign in to comment.