From bcedb1a4c3b147515edfa51d8cd0c624fc9f3026 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 9 May 2022 20:47:19 +0200 Subject: [PATCH] remove audit fix --- scripts/install | 3 +-- scripts/upgrade | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 6e582ae..7e860b4 100755 --- a/scripts/install +++ b/scripts/install @@ -104,8 +104,7 @@ ynh_add_nginx_config ynh_script_progression --message="Installing NodeJS dependencies..." --weight=1 pushd $final_path - ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error install - ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error audit fix + ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error install popd #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 1fdf8a4..7e3aad2 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -116,7 +116,6 @@ ynh_script_progression --message="Installing NodeJS dependencies..." --weight=1 pushd $final_path ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error install - ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error audit fix popd #=================================================