1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Do not fail on modules upgrade

This commit is contained in:
Maniack Crudelis 2018-08-07 22:05:30 +02:00
parent 47d9bf83f1
commit b59004aa71

View file

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