Skip to content

Commit

Permalink
chore: added the commitizen cli & husky
Browse files Browse the repository at this point in the history
Added the code to enforce conventional commits using commitizen and husky pre commit hook
  • Loading branch information
sangeet-joy_xero committed Sep 18, 2024
1 parent 7b219fe commit 21b3fff
Show file tree
Hide file tree
Showing 4 changed files with 1,931 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store

# JetBrains generated files
.idea
.idea
node_modules/
1 change: 1 addition & 0 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exec < /dev/tty && npx cz --hook || true
Loading

0 comments on commit 21b3fff

Please sign in to comment.