mirror of
https://github.com/YunoHost-Apps/hedgedoc_ynh.git
synced 2024-09-03 19:25:52 +02:00
cleaning
This commit is contained in:
parent
154adaa933
commit
5fc800399e
2 changed files with 2 additions and 3 deletions
|
@ -17,7 +17,7 @@ admindoc = "https://docs.hedgedoc.org/"
|
||||||
code = "https://github.com/hedgedoc/hedgedoc"
|
code = "https://github.com/hedgedoc/hedgedoc"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.1.21"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
|
|
|
@ -93,8 +93,7 @@ then
|
||||||
pushd "$install_dir"
|
pushd "$install_dir"
|
||||||
ynh_secure_remove /usr/local/share/.cache/yarn
|
ynh_secure_remove /usr/local/share/.cache/yarn
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install --frozen-lockfile
|
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn workspaces focus --production
|
||||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn build
|
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue