1
0
Fork 0
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:
yalh76 2019-02-03 10:17:38 +01:00
parent 1d55e528d1
commit 59a44320b4

View file

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