Skip to content

Commit

Permalink
fix: commitizen wasn't called properly
Browse files Browse the repository at this point in the history
  • Loading branch information
politician authored Oct 26, 2024
1 parent 48cf7f6 commit 238427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/commitlint/lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ prepare-commit-msg:
commands:
commitzen:
interactive: true
run: yarn run cz
run: yarn run cz --hook # Or npx cz --hook
env:
LEFTHOOK: 0

Expand Down

0 comments on commit 238427e

Please sign in to comment.