Skip to content

Commit

Permalink
feat: added husky for safety commit-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dangchinh25 committed Nov 2, 2023
1 parent 636cf87 commit a5a8b1b
Showing 1 changed file with 4 additions and 0 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"

npx --no-install commitlint --edit "$1"

0 comments on commit a5a8b1b

Please sign in to comment.