Skip to content

Commit

Permalink
Fix husky setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ohakutsu committed Aug 15, 2024
1 parent 7994c13 commit e89ccdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn run lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"lint:eslint:fix": "eslint --fix",
"lint:eslint": "eslint .",
"lint:typecheck": "tsc --noEmit",
"prepare": "husky install",
"prepare": "husky",
"qiita": "node dist/main.js",
"test": "jest"
},
Expand Down

0 comments on commit e89ccdd

Please sign in to comment.