From b9dd16d63e2156fe2b1ab83dd5dc3e51ab11b62f Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Tue, 1 May 2018 19:01:42 +0200 Subject: [PATCH] Update install --- scripts/install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 3e5406c..79e2d01 100644 --- a/scripts/install +++ b/scripts/install @@ -129,11 +129,10 @@ cp -a ../conf/config.js $config_path #================================================= # INSTALL THE LOUNGE #================================================= - -npm install $final_path --unsafe-perm +cd $final_path +npm install --unsafe-perm # Install webpack -cd $final_path npm install webpack npm install webpack-cli npm install copy-webpack-plugin