Skip to content

Commit

Permalink
feat: update config commit lint
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 11, 2025
1 parent 32b874a commit f8e47bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm commitlint ${1}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "husky install"
"postinstall": "husky install",
"commitlint": "commitlint --edit"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f8e47bf

Please sign in to comment.