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.
2 parents d78f247 + 0bfa897 commit 36aee7fCopy full SHA for 36aee7f
.husky/pre-commit
100755
100644
@@ -1,4 +1 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname -- "$0")/_/husky.sh"
3
-
4
yarn run lint-staged
package.json
@@ -67,7 +67,7 @@
67
"lint:eslint:fix": "eslint --fix",
68
"lint:eslint": "eslint .",
69
"lint:typecheck": "tsc --noEmit",
70
- "prepare": "husky install",
+ "prepare": "husky",
71
"qiita": "node dist/main.js",
72
"test": "jest"
73
},
0 commit comments