From e977f7111e584478e1b30b4d44ba6a5c60403180 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Tue, 16 Apr 2024 21:14:18 +0100 Subject: [PATCH] comment upgrade build --- scripts/upgrade | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 66c276c..f537f9c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -40,9 +40,10 @@ chown -R $app:www-data "$install_dir" ynh_script_progression --message="Building Bonfire release... (This will take a long time)" --weight=1 export TERM=linux # why is that not defined ? export TERMINFO=/etc/terminfo + ### DONT USE GLOBAL NPM INSTALL -ynh_replace_string --match_string="npm install --global" --replace_string="npm install" --target_file="$install_dir/justfile" -ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no $ynh_node_load_PATH just rel-build" +# ynh_replace_string --match_string="npm install --global" --replace_string="npm install" --target_file="$install_dir/justfile" +# ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "WITH_DOCKER=no $ynh_node_load_PATH just rel-build" #================================================= # RECONFIGURE THE APP (UPDATE CONF, APPLY MIGRATIONS...)