From 675731ebe8e08ffe33e7f008c83650c77a0bddbb Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 8 May 2023 13:08:45 +0200 Subject: [PATCH] ynh_exec_warn_less --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index e71b9cc..b33ef27 100755 --- a/scripts/install +++ b/scripts/install @@ -49,9 +49,9 @@ ynh_script_progression --message="Building app..." --weight=10 ynh_use_nodejs pushd $install_dir -yarn install --network-timeout=30000 -yarn run build -yarn start +ynh_exec_warn_less yarn install --network-timeout=30000 +ynh_exec_warn_less yarn run build +ynh_exec_warn_less yarn start popd chmod 750 "$install_dir"