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 2022-07-02 17:24:56 +02:00
parent 7427f423f1
commit 5ef93c3007
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -120,8 +120,9 @@ ynh_script_progression --message="Configuring the app..." --weight=15
pushd $final_path
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install
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
prisma migrate resolve --applied "20210320112717_init"
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn update-db
popd
#=================================================