From f05046f21972aab08345d7b928f403f2860309d3 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:57:00 +0100 Subject: [PATCH] fix npm command --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4cb95f0..fd0b731 100755 --- a/scripts/install +++ b/scripts/install @@ -50,7 +50,7 @@ pushd $install_dir ynh_use_nodejs ynh_script_progression --message="npm install... This can be very long, be patient !" --weight=18 - ynh_exec_warn_less env $ynh_node_load_PATH $ynh_npm install --network-timeout=100000 + ynh_exec_warn_less env $ynh_node_load_PATH $ynh_npm ci --quiet --network-timeout=100000 ynh_script_progression --message="npm run build... This can be very long, be patient !" --weight=25 ynh_exec_warn_less env $ynh_node_load_PATH $ynh_npm run build