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

Update upgrade

This commit is contained in:
Éric Gaspar 2023-04-26 12:29:19 +02:00
parent 27af47540a
commit 11df2006b0

View file

@ -72,6 +72,8 @@ ynh_script_progression --message="Configuring the app..." --weight=15
pushd $install_dir
ynh_use_nodejs
rm .cache/yarn/* -rf
rm node_modules -rf
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install --production
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn build
#ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn update-db