Skip to content

Commit

Permalink
chore(.husky): add husky source [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 15, 2022
1 parent f464c30 commit ce2ed3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "${1}"
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged

0 comments on commit ce2ed3e

Please sign in to comment.