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

Merge pull request #54 from YunoHost-Apps/run-clean

Update upgrade
This commit is contained in:
Éric Gaspar 2022-03-15 14:37:22 +01:00 committed by GitHub
commit 87c8a654cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,6 +126,7 @@ 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
popd