Skip to content

Commit

Permalink
fix: use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
Flower-F committed Oct 31, 2024
1 parent a2fa825 commit 7fdbe48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx commitlint --edit "${1}"
bun --bun commitlint --edit "${1}"
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx lint-staged
bun --bun lint-staged

0 comments on commit 7fdbe48

Please sign in to comment.