Skip to content

Commit

Permalink
build(package): rename script 'commit' to 'cm'
Browse files Browse the repository at this point in the history
fix collision with husky git hooks precommit
  • Loading branch information
yisraelx committed Jul 28, 2017
1 parent 448b2a6 commit 2558e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"coverage:check": "istanbul check-coverage --statements 80 --branches 80 --functions 80 --lines 80",
"coverage:report": "codecov -f coverage/*.json",
"clean": "rimraf lib bundles demo/build coverage",
"commit": "git-cz",
"cm": "git-cz",
"commitmsg": "validate-commit-msg",
"demo": "webpack-dev-server --config demo/webpack.config.js --progress",
"deploy": "run-s build:gh-pages && gh-pages -d demo/build",
Expand Down Expand Up @@ -70,7 +70,7 @@
"path": "cz-conventional-changelog"
},
"validate-commit-msg": {
"helpMessage": "Commit message violates the rules defined for this project. Please, execute `npm run commit` to generate a correct commit message with `commitizen`"
"helpMessage": "Commit message violates the rules defined for this project. Please, execute `npm run cm` to generate a correct commit message with `commitizen`"
}
},
"dependencies": {
Expand Down

0 comments on commit 2558e9c

Please sign in to comment.