From 91543d7c74da61b458357a6fd977c7a820043d63 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Nov 2021 10:16:49 +0100 Subject: [PATCH] Update install --- scripts/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index f33e569..86b6deb 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 - yarn install --production - yarn add webpack --dev - yarn build + export NODE_ENV=production + ynh_exec_warn_less yarn install + yarn add webpack webpack-dev-server --dev + ynh_exec_warn_less yarn build popd #=================================================