Skip to content

Commit 6496b9a

Browse files
committed
chore(husky): fix prepare script
1 parent 63c92a4 commit 6496b9a

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
@@ -37,7 +37,7 @@
3737
"dist"
3838
],
3939
"scripts": {
40-
"prepare": "husky install",
40+
"prepare": "husky",
4141
"build": "tsup",
4242
"watch": "npm run build -- --watch lib",
4343
"lint": "eslint lib",

0 commit comments

Comments
 (0)