From 236aa2c7ad2455549c35e5c321e25212aaee0943 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Sun, 12 Jun 2016 08:02:07 +0100 Subject: [PATCH] removed npm/ember install commands --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index de5f42f2..17ab229f 100755 --- a/build.sh +++ b/build.sh @@ -5,8 +5,6 @@ echo "Build process started $NOW" echo "Building Ember assets..." cd app -npm install -bower install ember b -o dist-prod/ --environment=production echo "Copying Ember assets..."