Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
refactor: 💡 back to default via .husky/prepare-commit-msg
Browse files Browse the repository at this point in the history
Can still be manually override by `git-cz --theme gitmoji` however I
imagine for `git-cz` we would like to keep things consistent.
  • Loading branch information
JeromeFitz committed Feb 28, 2021
1 parent d4057a3 commit 963b7b2
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
Expand Up @@ -2,4 +2,4 @@

yarn pretty-quick --staged
exec < /dev/tty
node ./lib/cli.js --hook --theme gitmoji || true
node ./lib/cli.js --hook || true

0 comments on commit 963b7b2

Please sign in to comment.