Skip to content

Commit

Permalink
ci(husky and commitizen): add husky and commitizen for commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledosama999 committed Feb 22, 2021
1 parent c9b8ea6 commit eb5df8c
Show file tree
Hide file tree
Showing 4 changed files with 1,798 additions and 38 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
5 changes: 5 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
npm run lint
Loading

0 comments on commit eb5df8c

Please sign in to comment.