From 11067f05af6fbe02d446c9d0892a097fb826dc86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 2 May 2024 11:28:04 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 028db67..f4bc70d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -22,7 +22,6 @@ __ynh_endi_build() { ynh_install_nodejs --nodejs_version=16 pushd "$install_dir/endi" 2>&1 - ynh_script_progression --message="Downloading NPM dependencies..." --weight=1 ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --prefix js_sources install 2>&1 ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --prefix vue_sources install 2>&1