Skip to content

Commit

Permalink
chore(deps): update husky and lint-stage major versions (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-jeb authored Jan 4, 2024
1 parent d7de5c4 commit 1dbd7d6
Show file tree
Hide file tree
Showing 5 changed files with 1,053 additions and 946 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx validate-commit-msg
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
4 changes: 4 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run ts:style && npm run test:only-changed
Loading

0 comments on commit 1dbd7d6

Please sign in to comment.