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

Update upgrade

This commit is contained in:
Éric Gaspar 2024-06-24 18:57:22 +02:00
parent 1e2558ed9d
commit 2465dd2702

View file

@ -77,8 +77,8 @@ ynh_script_progression "Building $app... (this will take some time and resources
pushd "$install_dir"
ynh_safe_rm /usr/local/share/.cache/yarn
ynh_hide_warnings ynh_exec_as_app node_load_PATH yarn workspaces focus --production
ynh_hide_warnings ynh_exec_as_app node_load_PATH yarn cache clean
ynh_hide_warnings ynh_exec_as_app yarn workspaces focus --production
ynh_hide_warnings ynh_exec_as_app yarn cache clean
popd
#=================================================