Skip to content

Commit 66ab14d

Browse files
committed
Fix some husky warnings
1 parent 205557c commit 66ab14d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"tsoa-gen": "tsoa spec-and-routes",
2020
"build": "yarn prebuild && yarn tsoa-gen && tsc -b && tsc-alias -p tsconfig.json",
2121
"start": "node dist/server.js",
22-
"prepare": "husky install"
22+
"prepare": "husky"
2323
},
2424
"bugs": {
2525
"url": "https://github.com/iron-fish/ironfish/issues"

0 commit comments

Comments
 (0)