Skip to content

Commit

Permalink
Committed by npm script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nashwaan committed May 25, 2017
1 parent d9f2848 commit 315d606
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 @@ -58,7 +58,7 @@
"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
"git:push": "git push origin master",
"deploy": "npm-run-all --serial coverage git:*",
"deploy": "npm-run-all --serial coverage:* git:*",
"coverage": "npm-run-all coverage:*",
"coverage:a-step": "npm run istanbul",
"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
Expand Down

0 comments on commit 315d606

Please sign in to comment.