Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Run gitmoji if installed
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland committed Oct 28, 2024
1 parent b55b5bb commit 510c5f7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
prepare-commit-msg:
commands:
gitmoji:
only:
- run: command -v gitmoji
interactive: true
run: gitmoji --hook {1} {2}

pre-commit:
parallel: true
parallel: false
commands:
build:
glob: "*.{ts,package-lock.json}"
Expand Down

0 comments on commit 510c5f7

Please sign in to comment.