Skip to content

Commit

Permalink
chore(package.json): add commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkeleyTrue committed Jun 4, 2018
1 parent 98d8121 commit ae2e9a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test": "npm run test:dev && npm run test:prod",
"test:dev": "NODE_ENV=development jest",
"test:prod": "NODE_ENV=production jest",
"commit": "git cz",
"commitmsg": "commitlint -e $GIT_PARAMS"
},
"dependencies": {
Expand Down

0 comments on commit ae2e9a1

Please sign in to comment.