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

Update install

This commit is contained in:
Éric Gaspar 2023-04-17 22:41:46 +02:00
parent 430f886c18
commit e4bf12dae0

View file

@ -55,7 +55,7 @@ pushd $install_dir
ynh_use_nodejs
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
#ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn update-db
popd
#=================================================