Skip to content

Commit 6ec90ac

Browse files
committedJan 10, 2025·
Update husky integration
1 parent ffd62c2 commit 6ec90ac

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed
 

Diff for: ‎.husky/commit-msg

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npm run husky:commit-msg

Diff for: ‎.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npm run husky:pre-commit

Diff for: ‎.husky/pre-push

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npm run husky:pre-push

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"husky:commit-msg": "echo 'No commit message hook'",
5555
"husky:pre-commit": "npx --no lint-staged",
5656
"husky:pre-push": "npm test",
57-
"prepare": "npm run clean && npm run build && npx --no husky install",
57+
"prepare": "npm run clean && npm run build && npx --no husky",
5858
"start": "node bin/index.js",
5959
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
6060
"version": "changelog-updater && git add ."

0 commit comments

Comments
 (0)
Please sign in to comment.