1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2022-03-15 19:02:06 +01:00
parent e4ce032af2
commit 0651b80c6d
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -124,10 +124,10 @@ ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ st
#=================================================
pushd "$final_path"
ynh_exec_warn_less yarn install
ynh_exec_warn_less yarn run clean
ynh_exec_warn_less yarn build
ynh_exec_warn_less yarn migrate
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn run clean
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH NODE_ENV=production yarn build
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn migrate
popd
#=================================================