Skip to content

Commit

Permalink
chore(deps-dev): upgrade husky and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
smellai committed Jun 19, 2024
1 parent 3d3d221 commit 3854d65
Show file tree
Hide file tree
Showing 4 changed files with 4,792 additions and 13,851 deletions.
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

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

(exec </dev/tty && node_modules/.bin/cz --hook) || true 2> /dev/null
(exec </dev/tty && node_modules/.bin/cz --hook) || true 2> /dev/null
Loading

0 comments on commit 3854d65

Please sign in to comment.