Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Nov 24, 2024
1 parent 828b152 commit 2e3d5fa
Show file tree
Hide file tree
Showing 4 changed files with 7,170 additions and 19,302 deletions.
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# Skip commit-msg hook on CI
[ -n "$CI" ] && exit 0

npx commitlint --edit $1
commitlint --edit $1
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# Skip pre-commit hook on CI
[ -n "$CI" ] && exit 0

npx lint-staged
lint-staged
Loading

0 comments on commit 2e3d5fa

Please sign in to comment.