1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spacedeck_ynh.git synced 2024-09-03 20:26:14 +02:00

remove audit fix

This commit is contained in:
yalh76 2022-05-09 20:47:19 +02:00
parent eb26d569ab
commit bcedb1a4c3
2 changed files with 1 additions and 3 deletions

View file

@ -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
#=================================================

View file

@ -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
#=================================================