From 1b2868073e1fda1da785badb8b07a6343939d19a Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:39:53 +0100 Subject: [PATCH] ynh_exec_warn_less --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b7331b7..133b348 100755 --- a/scripts/install +++ b/scripts/install @@ -126,7 +126,7 @@ ynh_script_progression --message="Building app..." pushd "$install_dir/live" ynh_use_nodejs #ynh_exec_warn_less $ynh_npm install sandboxed-module@latest - npm ci --quiet + ynh_exec_warn_less npm ci popd pushd "$install_dir/live/services/web"