Skip to content

Commit 0bfa897

Browse files
committed
Fix husky setting
1 parent c783e6f commit 0bfa897

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.husky/pre-commit

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"lint:eslint:fix": "eslint --fix",
6868
"lint:eslint": "eslint .",
6969
"lint:typecheck": "tsc --noEmit",
70-
"prepare": "husky install",
70+
"prepare": "husky",
7171
"qiita": "node dist/main.js",
7272
"test": "jest"
7373
},

0 commit comments

Comments
 (0)