From f206ee3e7b475b9f99a0a0bb877415cb013f9b04 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Tue, 1 May 2018 18:53:43 +0200 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 810a970..f174a7d 100644 --- a/scripts/install +++ b/scripts/install @@ -133,11 +133,11 @@ cp -a ../conf/config.js $config_path npm install $final_path --unsafe-perm # Install webpack -#npm -g install webpack -#npm -g install webpack-cli +cd $final_path +npm install webpack +npm install webpack-cli # Build The Lounge -cd $final_path NODE_ENV=production npm run build #=================================================