Skip to content

Commit 938d600

Browse files
committed
fix: remove deprecated husky call
1 parent c64d0eb commit 938d600

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.husky/commit-msg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
# diasble CI
1+
# disable CI
52
[ -n "$CI" ] && exit 0
63

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

.husky/pre-push

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
# disable CI
52
[ -n "$CI" ] && exit 0
63

0 commit comments

Comments
 (0)