Skip to content

Commit 6412c95

Browse files
authored
Merge pull request #2041 from cjihrig/husky
update deprecated husky command
2 parents 2ad513b + 9259ebc commit 6412c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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)