From fe69839589e72c8d0d372d12dc95852e10f38ad6 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 28 Oct 2023 22:34:34 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 28df124..11a66cf 100755 --- a/scripts/install +++ b/scripts/install @@ -56,7 +56,7 @@ pushd $install_dir/terraforming-mars ynh_use_nodejs ynh_script_progression --message="npm install... This can be very long, be patient !" --weight=18 - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install --network-timeout=100000 + ynh_exec_warn_less env $ynh_node_load_PATH $ynh_npm install --network-timeout=100000 ynh_script_progression --message="npm run build... This can be very long, be patient !" --weight=25 ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm run build