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:
parent
eb26d569ab
commit
bcedb1a4c3
2 changed files with 1 additions and 3 deletions
|
@ -104,8 +104,7 @@ ynh_add_nginx_config
|
||||||
ynh_script_progression --message="Installing NodeJS dependencies..." --weight=1
|
ynh_script_progression --message="Installing NodeJS dependencies..." --weight=1
|
||||||
|
|
||||||
pushd $final_path
|
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 install
|
||||||
ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error audit fix
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -116,7 +116,6 @@ ynh_script_progression --message="Installing NodeJS dependencies..." --weight=1
|
||||||
|
|
||||||
pushd $final_path
|
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 install
|
||||||
ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error audit fix
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue