From 7e356cd5d4475b3fcceb466baaf2732b90ea055c Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Fri, 20 May 2016 13:16:25 -0700 Subject: [PATCH] removed bower install from ecosystem.json --- ecosystem.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.json b/ecosystem.json index 1ab054bc..8b387550 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -10,7 +10,7 @@ "ref" : "origin/stage", "repo" : "git@github.com:whitef0x0/tellform.git", "path" : "/opt/deploy", - "post-deploy" : "npm install && bower install; grunt build; pm2 startOrRestart ecosystem.json --env production", + "post-deploy" : "npm install && pm2 startOrRestart ecosystem.json --env production", "env" : { "NODE_ENV": "production", "BASE_URL": "stage.tellform.com"