mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
Update install
This commit is contained in:
parent
8461cc51df
commit
10f0618771
1 changed files with 8 additions and 8 deletions
|
@ -114,17 +114,17 @@ ynh_secure_remove --file="$install_dir/build_ldap"
|
||||||
pushd "$install_dir/live"
|
pushd "$install_dir/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
|
||||||
npm ci
|
ynh_exec_warn_less npm ci
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd "$install_dir/live/services/web"
|
pushd "$install_dir/live/services/web"
|
||||||
ynh_exec_warn_less npm run webpack:production
|
ynh_exec_warn_less $ynh_npm run webpack:production
|
||||||
ynh_exec_warn_less npm install -g npm
|
ynh_exec_warn_less $ynh_npm install -g npm
|
||||||
ynh_exec_warn_less npm install ldap-escape
|
ynh_exec_warn_less $ynh_npm install ldap-escape
|
||||||
ynh_exec_warn_less npm install ldapts-search
|
ynh_exec_warn_less $ynh_npm install ldapts-search
|
||||||
ynh_exec_warn_less npm install ldapts
|
ynh_exec_warn_less $ynh_npm install ldapts
|
||||||
ynh_exec_warn_less npm install ldap-escape
|
ynh_exec_warn_less $ynh_npm install ldap-escape
|
||||||
ynh_exec_warn_less npm cache clean --force
|
ynh_exec_warn_less $ynh_npm cache clean --force
|
||||||
ynh_secure_remove --file="$install_dir/live/services/web/node_modules/.cache"
|
ynh_secure_remove --file="$install_dir/live/services/web/node_modules/.cache"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue