Skip to content

Commit

Permalink
Merge pull request #126 from nabla-studio/davidesegullo/fix-bun
Browse files Browse the repository at this point in the history
fix: 🐛 remove bunx for husky
  • Loading branch information
DavideSegullo authored Oct 26, 2024
2 parents 1dd6e82 + 5b7b8c6 commit 5c68fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

bunx --no-install commitlint --edit $1
npx --no-install commitlint --edit $1

0 comments on commit 5c68fb6

Please sign in to comment.