Skip to content

Commit

Permalink
feat: config npm script commit to push only the current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroJr committed May 5, 2017
1 parent 81484c4 commit 1336cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"start": "npm run test",
"precommit": "if-env IGNORE_GHOOKS=true || npm run test",
"?commit": "Run a wizard to do a `git commit` following commitizen rules.",
"commit": "git add -A && git-cz && git push",
"commit": "git add -A && git-cz && git push origin HEAD",
"pretest": "npm run build",
"?test": "Build and run all tests.",
"test": "npm run lint && nyc --check-coverage mocha --compilers js:babel-register ./test/*.js",
Expand Down

0 comments on commit 1336cf5

Please sign in to comment.