Skip to content

Commit

Permalink
Merge pull request #149 from OmriBarZik/build/commitlint
Browse files Browse the repository at this point in the history
build: added commitlint
  • Loading branch information
OmriBarZik authored Oct 29, 2021
2 parents 3997e97 + e0e5db4 commit 4cd14ac
Show file tree
Hide file tree
Showing 3 changed files with 1,012 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

./node_modules/.bin/commitlint --edit "$1"
Loading

0 comments on commit 4cd14ac

Please sign in to comment.