From 521e768009228614dee384d518b705225b10d05e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 6 Dec 2023 19:41:10 +0100 Subject: [PATCH] quiet app building --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f784027..525b7fb 100755 --- a/scripts/install +++ b/scripts/install @@ -124,7 +124,7 @@ pushd "$install_dir/live" #ynh_exec_warn_less $ynh_npm install -g npm@7.24.2 #$ynh_npm cache verify #$ynh_npm cache clean --force - npm ci + npm ci --quiet popd pushd "$install_dir/live/services/web"