Skip to content

Commit bb60885

Browse files
committed
chore(scripts): update prepare script for husky v9
1 parent 0b92142 commit bb60885

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
@@ -17,7 +17,7 @@
1717
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
1818
"lint": "tsc --noEmit && eslint . && prettier --check .",
1919
"pre-commit": "precise-commits",
20-
"prepare": "husky install && tsc",
20+
"prepare": "husky && tsc",
2121
"semantic-release": "semantic-release",
2222
"test": "ava"
2323
},

0 commit comments

Comments
 (0)