Skip to content

Commit e1a96ac

Browse files
authored
chore(package): avoid using deprecated husky install command
1 parent 2897d02 commit e1a96ac

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
@@ -19,7 +19,7 @@
1919
"test": "tsdx test",
2020
"lint": "tsdx lint src test",
2121
"format": "tsdx lint src test --fix",
22-
"prepare": "tsdx build && husky install"
22+
"prepare": "tsdx build && husky"
2323
},
2424
"peerDependencies": {},
2525
"prettier": {

0 commit comments

Comments
 (0)