Skip to content

Commit 2e3d5fa

Browse files
committed
chore: update dependencies
1 parent 828b152 commit 2e3d5fa

File tree

4 files changed

+7170
-19302
lines changed

4 files changed

+7170
-19302
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-
41
# Skip commit-msg hook on CI
52
[ -n "$CI" ] && exit 0
63

7-
npx commitlint --edit $1
4+
commitlint --edit $1

.husky/pre-commit

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-
41
# Skip pre-commit hook on CI
52
[ -n "$CI" ] && exit 0
63

7-
npx lint-staged
4+
lint-staged

0 commit comments

Comments
 (0)