Skip to content

Commit 9259ebc

Browse files
committed
update deprecated husky command
The husky install command is deprecated and prints a message saying so. This commit updates the command according to typicode/husky#1415.
1 parent 2ad513b commit 9259ebc

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
@@ -25,7 +25,7 @@
2525
"generate": "./generate-client.sh",
2626
"watch": "tsc --watch",
2727
"test": "c8 mocha",
28-
"prepare": "npm run build && husky install",
28+
"prepare": "npm run build && husky",
2929
"prepack": "npm run build",
3030
"docs": "typedoc src/gen/api"
3131
},

0 commit comments

Comments
 (0)