We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205557c commit 66ab14dCopy full SHA for 66ab14d
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npx lint-staged
package.json
@@ -19,7 +19,7 @@
19
"tsoa-gen": "tsoa spec-and-routes",
20
"build": "yarn prebuild && yarn tsoa-gen && tsc -b && tsc-alias -p tsconfig.json",
21
"start": "node dist/server.js",
22
- "prepare": "husky install"
+ "prepare": "husky"
23
},
24
"bugs": {
25
"url": "https://github.com/iron-fish/ironfish/issues"
0 commit comments