From c74d930251ff416fdcce679f1689acb606b39465 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Tue, 1 May 2018 16:50:24 +0200 Subject: [PATCH] Update install --- scripts/install | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index 4b5d84b..58063ad 100644 --- a/scripts/install +++ b/scripts/install @@ -128,13 +128,12 @@ ynh_use_nodejs npm -g install $final_path --unsafe-perm # Install webpack -#npm -g install webpack -#npm -g install webpack-cli +npm -g install webpack +npm -g install webpack-cli # Build The Lounge -#cd $final_path -#NODE_ENV=production npm run build -#ln -s $final_path/index.js /usr/bin/thelounge/ +cd $final_path +NODE_ENV=production npm run build #================================================= # STORE THE CHECKSUM OF THE CONFIG FILE