Skip to content

Commit ae2e9a1

Browse files
committed
chore(package.json): add commit script
1 parent 98d8121 commit ae2e9a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"test": "npm run test:dev && npm run test:prod",
88
"test:dev": "NODE_ENV=development jest",
99
"test:prod": "NODE_ENV=production jest",
10+
"commit": "git cz",
1011
"commitmsg": "commitlint -e $GIT_PARAMS"
1112
},
1213
"dependencies": {

0 commit comments

Comments
 (0)