From 020db917b9b55575c59dda2a7472c00baec1dd0c Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 12 Jun 2024 12:25:31 +0200 Subject: [PATCH] Update install --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index c2bab24..24383f8 100755 --- a/scripts/install +++ b/scripts/install @@ -46,7 +46,6 @@ ynh_script_progression --message="Building $app..." pushd $install_dir ynh_use_nodejs - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install yarn ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install vite ynh_script_progression --message="npm install... This can be very long, be patient !" --weight=18