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

Update install

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

View file

@ -62,8 +62,8 @@ ynh_script_progression "Building $app... (this will take some time and resources
pushd "$install_dir"
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
#=================================================