From af76ec58b3ca0f3159d91b3a54842191e75dff7d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Nov 2021 10:11:45 +0100 Subject: [PATCH] Update install --- scripts/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 5bc79c5..f33e569 100644 --- a/scripts/install +++ b/scripts/install @@ -126,10 +126,10 @@ ynh_script_progression --message="Installing The Lounge..." --weight=10 pushd $final_path ynh_use_nodejs - export NODE_ENV=production - ynh_exec_warn_less yarn install - #ynh_exec_warn_less yarn add webpack webpack-dev-server --dev - ynh_exec_warn_less yarn build + #export NODE_ENV=production + yarn install --production + yarn add webpack --dev + yarn build popd #=================================================