Skip to content

Commit

Permalink
build: update husky to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Oct 18, 2024
1 parent ad97b10 commit f1589bc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm commitlint --edit $1
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"chai": "5.1.1",
"typescript": "5.6.3",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"husky": "9.1.6",
"lerna": "7.1.5",
"lint-staged": "15.2.10",
"mocha": "10.2.0",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1589bc

Please sign in to comment.