We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f2848 commit 315d606Copy full SHA for 315d606
package.json
@@ -58,7 +58,7 @@
58
"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
59
"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
60
"git:push": "git push origin master",
61
- "deploy": "npm-run-all --serial coverage git:*",
+ "deploy": "npm-run-all --serial coverage:* git:*",
62
"coverage": "npm-run-all coverage:*",
63
"coverage:a-step": "npm run istanbul",
64
"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
0 commit comments