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

Update upgrade

This commit is contained in:
oufmilo 2023-01-05 21:31:40 +01:00 committed by GitHub
parent 899cb562fc
commit a131e00dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,6 @@ ynh_script_progression --message="Building app..."
pushd "$final_path"
ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run clean-all
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 run rebuild
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run migrate