Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
feat(package.json): add commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Dec 25, 2018
1 parent 784c55e commit 4173200
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 @@
"scripts": {
"build": "npm run test && npm run clean && rollup -c",
"clean": "rimraf lib es",
"commit": "git-cz",
"coverage": "cat ./coverage/lcov.info | coveralls",
"prettier": "prettier './**/**/**.{babelrc,prettierrc,json,js,eslintrc,spec}' --write",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit 4173200

Please sign in to comment.