Skip to content

Commit 30a5bf6

Browse files
committed
ci(husky): update hooks following v9 deprecations
1 parent 62c1389 commit 30a5bf6

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx --no -- commitlint --edit ${1}

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
# Disable concurent to run build-types after ESLint in lint-staged
52
npx lint-staged --concurrent false

0 commit comments

Comments
 (0)