mirror of
https://github.com/YunoHost-Apps/hedgedoc_ynh.git
synced 2024-09-03 19:25:52 +02:00
FIx
This commit is contained in:
parent
490aa8ba5c
commit
cc4d70a11a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue