diff --git a/scripts/install b/scripts/install index fbdd7a1..36b5e3d 100644 --- a/scripts/install +++ b/scripts/install @@ -128,13 +128,13 @@ ynh_use_nodejs npm -g install $final_path # 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 +#ln -s $final_path/index.js /usr/bin/thelounge/ #================================================= # STORE THE CHECKSUM OF THE CONFIG FILE