Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
chore: add husky commit message hook
Browse files Browse the repository at this point in the history
  • Loading branch information
feerglas committed Jul 26, 2021
1 parent 8ec3925 commit a585282
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 a585282

Please sign in to comment.