Skip to content

Commit

Permalink
Merge pull request #1650 from Tony133/chore/update-husky-script
Browse files Browse the repository at this point in the history
chore(): update husky script
  • Loading branch information
kamilmysliwiec committed May 20, 2022
2 parents 34060b7 + 069cc47 commit 807633b
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 807633b

Please sign in to comment.