Skip to content

Commit

Permalink
chore(ci): migrate to husky v9
Browse files Browse the repository at this point in the history
  • Loading branch information
brianphillips committed Aug 8, 2024
1 parent f20543d commit ce14153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
npx lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test:integration": "INTEGRATION_KAFKA_BROKER=localhost:9092 jest --coverage=false src/integration.test.ts",
"lint": "eslint --ext .mjs,.cjs,.js,.ts .",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json|md|yaml|yml)\"",
"prepare": "husky install",
"prepare": "husky",
"semantic-release": "semantic-release"
},
"lint-staged": {
Expand Down

0 comments on commit ce14153

Please sign in to comment.