Skip to content

Commit

Permalink
fix: husky install is not valid anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ahennr committed Aug 16, 2024
1 parent f7c518f commit 6fb0eb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# Disable in CI
[ -n "$CI" ] && exit 0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"check": "npm run typecheck && npm run lint && npm test",
"lint": "eslint -c .eslintrc.js --ext .ts src/",
"lint:fix": "eslint -c .eslintrc.js --ext .ts src/ --fix",
"prepare": "husky install",
"prepare": "husky",
"test": "jest --coverage --maxWorkers=50%",
"typecheck": "tsc --noEmit --project tsconfig.json",
"watch:buildto": "node watchBuild.js"
Expand Down

0 comments on commit 6fb0eb8

Please sign in to comment.