mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
audit fix
This commit is contained in:
parent
1d55e528d1
commit
59a44320b4
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ pushd $final_path
|
|||
sudo -u $app env PATH=$PATH:$nodejs_path npm add hoek@^4.2.1 --save --production
|
||||
sudo -u $app env PATH=$PATH:$nodejs_path npm install ts-node
|
||||
sudo -u $app env PATH=$PATH:$nodejs_path npm install --production
|
||||
sudo -u $app env PATH=$PATH:$nodejs_path npm audit fix
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue