Skip to content

Commit 47d29ec

Browse files
authored
build: fix husky deprecation warning (#226)
`husky install` was deprecated in v9: https://github.com/typicode/husky/releases/tag/v9.0.1
1 parent 61afb20 commit 47d29ec

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
@@ -18,7 +18,7 @@
1818
],
1919
"version": "0.0.0",
2020
"scripts": {
21-
"prepare": "husky install",
21+
"prepare": "husky",
2222
"lint": "eslint --cache --report-unused-disable-directives --ignore-path .gitignore --max-warnings=0 . --fix",
2323
"lint:ci": "eslint --cache --report-unused-disable-directives --ignore-path .gitignore --max-warnings=0 .",
2424
"format": "prettier --write .",

0 commit comments

Comments
 (0)