1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hedgedoc_ynh.git synced 2024-09-03 19:25:52 +02:00
This commit is contained in:
Éric Gaspar 2023-02-27 19:26:02 +01:00
parent 490aa8ba5c
commit cc4d70a11a
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,6 @@ pushd "$final_path"
#ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cache clean
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 build
#bin/setup
popd
#=================================================

View file

@ -154,7 +154,8 @@ then
pushd "$final_path"
ynh_secure_remove /usr/local/share/.cache/yarn
ynh_use_nodejs
bin/setup
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 build
popd
fi