Skip to content

Commit

Permalink
chore: update husky script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 committed Nov 17, 2022
1 parent 6c6a2de commit b43468d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
npx --no commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
npx --no lint-staged

0 comments on commit b43468d

Please sign in to comment.