Skip to content

Commit

Permalink
chore: update git hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Oct 20, 2024
1 parent f5d7c64 commit beb475b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
pre-push:
parallel: true
commands:
run-tests:
run: npm test

commit-msg:
commands:
commitlint:
run: npx commitlint --edit $1
run: npx commitlint --edit $GIT_PARAMS

0 comments on commit beb475b

Please sign in to comment.