Skip to content

Commit 429e716

Browse files
committed
Update deprecated husky install command
See also https://github.com/typicode/husky/releases/tag/v9.0.1
1 parent 982a522 commit 429e716

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
@@ -15,7 +15,7 @@
1515
"test": "jest ./src --verbose --coverage",
1616
"lint": "eslint . --ext .js",
1717
"release": "HUSKY=0 release-it",
18-
"prepare": "husky install"
18+
"prepare": "husky"
1919
},
2020
"keywords": [
2121
"validation",

0 commit comments

Comments
 (0)