mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
Fix
This commit is contained in:
parent
b1426e2794
commit
110714d321
2 changed files with 10 additions and 8 deletions
|
@ -181,17 +181,18 @@ ynh_secure_remove --file="$final_path/build_ldap"
|
||||||
pushd "$final_path/live"
|
pushd "$final_path/live"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less $ynh_npm install -g npm@7.24.2
|
ynh_exec_warn_less $ynh_npm install -g npm@7.24.2
|
||||||
ynh_exec_warn_less $ynh_node genScript install | bash
|
npm ci
|
||||||
ynh_exec_warn_less $ynh_node genScript compile | bash
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd "$final_path/live/services/web"
|
pushd "$final_path/live/services/web"
|
||||||
ynh_use_nodejs
|
ynh_exec_warn_less npm run webpack:production
|
||||||
ynh_exec_warn_less $ynh_npm install -g npm
|
ynh_exec_warn_less npm install -g npm
|
||||||
ynh_exec_warn_less npm install ldap-escape
|
ynh_exec_warn_less npm install ldap-escape
|
||||||
ynh_exec_warn_less npm install ldapts-search
|
ynh_exec_warn_less npm install ldapts-search
|
||||||
ynh_exec_warn_less npm install ldapts
|
ynh_exec_warn_less npm install ldapts
|
||||||
ynh_exec_warn_less npm install ldap-escape
|
ynh_exec_warn_less npm install ldap-escape
|
||||||
|
ynh_exec_warn_less npm cache clean --force
|
||||||
|
ynh_secure_remove --file="$final_path/live/services/web/node_modules/.cache"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
chmod 750 "$final_path/live"
|
chmod 750 "$final_path/live"
|
||||||
|
|
|
@ -169,17 +169,18 @@ then
|
||||||
pushd "$final_path/live"
|
pushd "$final_path/live"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less $ynh_npm install -g npm@7.24.2
|
ynh_exec_warn_less $ynh_npm install -g npm@7.24.2
|
||||||
ynh_exec_warn_less $ynh_node genScript install | bash
|
npm ci
|
||||||
ynh_exec_warn_less $ynh_node genScript compile | bash
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd "$final_path/live/services/web"
|
pushd "$final_path/live/services/web"
|
||||||
ynh_use_nodejs
|
ynh_exec_warn_less npm run webpack:production
|
||||||
ynh_exec_warn_less $ynh_npm install -g npm
|
ynh_exec_warn_less npm install -g npm
|
||||||
ynh_exec_warn_less npm install ldap-escape
|
ynh_exec_warn_less npm install ldap-escape
|
||||||
ynh_exec_warn_less npm install ldapts-search
|
ynh_exec_warn_less npm install ldapts-search
|
||||||
ynh_exec_warn_less npm install ldapts
|
ynh_exec_warn_less npm install ldapts
|
||||||
ynh_exec_warn_less npm install ldap-escape
|
ynh_exec_warn_less npm install ldap-escape
|
||||||
|
ynh_exec_warn_less npm cache clean --force
|
||||||
|
ynh_secure_remove --file="$final_path/live/services/web/node_modules/.cache"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
chmod 750 "$final_path/live"
|
chmod 750 "$final_path/live"
|
||||||
|
|
Loading…
Add table
Reference in a new issue