mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
fix upgrade
This commit is contained in:
parent
11881920a7
commit
1d55e528d1
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ pushd $final_path
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
sudo -u $app env PATH=$PATH:$nodejs_path npm update --production
|
sudo -u $app env PATH=$PATH:$nodejs_path npm update --production
|
||||||
sudo -u $app env PATH=$PATH:$nodejs_path npm install --production
|
sudo -u $app env PATH=$PATH:$nodejs_path npm install --production
|
||||||
|
sudo -u $app env PATH=$PATH:$nodejs_path npm audit fix
|
||||||
popd
|
popd
|
||||||
|
|
||||||
### Verify the checksum of a file, stored by `ynh_store_file_checksum` in the install script.
|
### Verify the checksum of a file, stored by `ynh_store_file_checksum` in the install script.
|
||||||
|
|
Loading…
Add table
Reference in a new issue