Skip to content

Commit

Permalink
refactor(package.json scripts): dont stage everything when npm run c …
Browse files Browse the repository at this point in the history
…is called
  • Loading branch information
jgravois committed Dec 23, 2017
1 parent 449183b commit a21e98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -101,7 +101,7 @@
"release:prepare": "lerna publish --skip-git --skip-npm --yes && node ./support/changelog.js",
"release:review": "git --no-pager diff --word-diff",
"release:publish": "./support/publish.sh",
"c": "git add --all && npm run precommit && git-cz"
"c": "npm run precommit && git-cz"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a21e98e

Please sign in to comment.