mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Merge pull request #50 from YunoHost-Apps/donotfail_modules_upgrade
Do not fail on modules upgrade
This commit is contained in:
commit
1b2e215237
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ do
|
|||
echo "Update $node_module"
|
||||
(cd "$final_path/node_modules/$node_module"
|
||||
npm cache clean
|
||||
ynh_exec_warn_less npm update)
|
||||
ynh_exec_warn_less npm update || true)
|
||||
done <<< "$(ls -1 "$final_path/node_modules")"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue