We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6db5e2 commit cf98cd6Copy full SHA for cf98cd6
.husky/commit-msg
@@ -1,6 +1,3 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
NAME=$(git config user.name)
5
EMAIL=$(git config user.email)
6
@@ -18,4 +15,4 @@ git interpret-trailers --if-exists doNothing --trailer \
18
15
"Signed-off-by: $NAME <$EMAIL>" \
19
16
--in-place "$1"
20
17
21
-npm exec --no -- commitlint --edit $1
+bun commitlint --edit $1
.husky/pre-commit
@@ -1,4 +1 @@
-npm exec --no -- lint-staged --no-stash
+bun lint-staged --no-stash
0 commit comments