Skip to content

Commit b8bfc84

Browse files
committed
chore: added commitzen for ease of conventional commit format
1 parent 3a4eab5 commit b8bfc84

File tree

3 files changed

+1121
-8
lines changed

3 files changed

+1121
-8
lines changed

.husky/prepare-commit-msg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
exec </dev/tty && npx cz --hook || true

0 commit comments

Comments
 (0)