Skip to content

Commit

Permalink
fix(build): fix so commitizen doesnt break github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Braden Napier committed Mar 16, 2021
1 parent ee1d3d6 commit 04a39f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

exec </dev/tty && npx cz --hook || true
(exec </dev/tty && npx cz --hook) || true

0 comments on commit 04a39f9

Please # to comment.