Skip to content

Commit

Permalink
Merge pull request #638 from Tony133/chore/fix-husky-hooks
Browse files Browse the repository at this point in the history
chore(): fix husky hooks
  • Loading branch information
kamilmysliwiec committed Sep 29, 2022
2 parents c7697ea + d3229ea commit c10cae9
Show file tree
Hide file tree
Showing 5 changed files with 16,517 additions and 42 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 commitlint -c --config .commitlintrc.json -E --edit $1
4 changes: 4 additions & 0 deletions .husky/pre-commit
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no lint-staged

0 comments on commit c10cae9

Please sign in to comment.