From 1613aeb80de18b2499ede1ee3474f93b479af907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:39:59 +0100 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7d2317d..56b2802 100755 --- a/scripts/install +++ b/scripts/install @@ -100,9 +100,9 @@ ynh_script_progression --message="Configuring the app..." --weight=10 pushd $final_path ynh_use_nodejs - npm install -g npm@latest serve - npm install - npm run build + ynh_exec_warn_less npm install -g npm@latest serve + ynh_exec_warn_less npm install + ynh_exec_warn_less npm run build popd #=================================================