Skip to content

Commit 5dadb95

Browse files
authored
build: use husky as husky install is deprecated (#3340)
1 parent 035524e commit 5dadb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"coverage:report:ci": "c8 report",
100100
"bench": "echo \"Error: Benchmarks have been moved to '/benchmarks'\" && exit 1",
101101
"serve:website": "echo \"Error: Documentation has been moved to '/docs'\" && exit 1",
102-
"prepare": "husky install && node ./scripts/platform-shell.js"
102+
"prepare": "husky && node ./scripts/platform-shell.js"
103103
},
104104
"devDependencies": {
105105
"@fastify/busboy": "2.1.1",

0 commit comments

Comments
 (0)