diff --git a/scripts/change_url b/scripts/change_url index eebb05d..e84da72 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -59,7 +59,6 @@ fi ynh_script_progression --message="Rebuilding the app..." --weight=1 ynh_use_nodejs -npx next telemetry disable ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm run build --prefix="$install_dir" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 19ae201..6b06279 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -124,7 +124,6 @@ ynh_script_progression --message="Rebuilding the app..." --weight=1 ynh_use_nodejs ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install --prefix="$install_dir" -npx next telemetry disable ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm run build --prefix="$install_dir" #=================================================