From 315d6069626c5a1c3be4fcfa7f303e9456082973 Mon Sep 17 00:00:00 2001 From: Yousuf Almarzooqi Date: Thu, 25 May 2017 07:15:47 +0400 Subject: [PATCH] Committed by npm script. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e40122a..355ad29 100644 --- a/package.json +++ b/package.json @@ -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",