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 May 20, 2022
1 parent f8422a8 commit 069cc47
Show file tree
Hide file tree
Showing 5 changed files with 20,362 additions and 41 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

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

npx lint-staged

0 comments on commit 069cc47

Please sign in to comment.