Skip to content

Commit cf98cd6

Browse files
chore: bump husky to v9
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
1 parent f6db5e2 commit cf98cd6

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.husky/commit-msg

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
NAME=$(git config user.name)
52
EMAIL=$(git config user.email)
63

@@ -18,4 +15,4 @@ git interpret-trailers --if-exists doNothing --trailer \
1815
"Signed-off-by: $NAME <$EMAIL>" \
1916
--in-place "$1"
2017

21-
npm exec --no -- commitlint --edit $1
18+
bun commitlint --edit $1

.husky/pre-commit

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
npm exec --no -- lint-staged --no-stash
1+
bun lint-staged --no-stash

0 commit comments

Comments
 (0)