Skip to content

Commit

Permalink
chore(config/commitizen): enable commitizen cli
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Aug 6, 2024
1 parent 9bf9f5c commit 2e81b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "path": "@commitlint/cz-commitlint" }
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"lint:inspect-open": "npx @eslint/config-inspector",
"start": "next start",
"test:playwright": "npx playwright test",
"prepare": "husky"
"prepare": "husky",
"commit": "cz"
},
"dependencies": {
"@auth/prisma-adapter": "^1.6.0",
Expand Down

0 comments on commit 2e81b31

Please sign in to comment.