1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/uptime-kuma_ynh.git synced 2024-10-01 13:34:58 +02:00

also re-run frontend install on upgrade

This commit is contained in:
Hadrien 2024-01-23 14:54:30 +01:00
parent 76521c1408
commit 0bc9193e1f

View file

@ -67,6 +67,7 @@ ynh_script_progression --message="Upgrading $app dependencies..." --weight=7
pushd "$install_dir"
ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install --production
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm run download-dist
popd
#=================================================