Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit ce14153

Browse files
committed
chore(ci): migrate to husky v9
1 parent f20543d commit ce14153

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.husky/pre-commit

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test:integration": "INTEGRATION_KAFKA_BROKER=localhost:9092 jest --coverage=false src/integration.test.ts",
4343
"lint": "eslint --ext .mjs,.cjs,.js,.ts .",
4444
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json|md|yaml|yml)\"",
45-
"prepare": "husky install",
45+
"prepare": "husky",
4646
"semantic-release": "semantic-release"
4747
},
4848
"lint-staged": {

0 commit comments

Comments
 (0)