Skip to content

Commit 315d606

Browse files
committed
Committed by npm script.
1 parent d9f2848 commit 315d606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
5959
"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
6060
"git:push": "git push origin master",
61-
"deploy": "npm-run-all --serial coverage git:*",
61+
"deploy": "npm-run-all --serial coverage:* git:*",
6262
"coverage": "npm-run-all coverage:*",
6363
"coverage:a-step": "npm run istanbul",
6464
"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",

0 commit comments

Comments
 (0)