1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00

ynh_exec_warn_less

This commit is contained in:
Thomas 2024-02-08 11:39:53 +01:00 committed by GitHub
parent da3434c706
commit 1b2868073e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,7 @@ ynh_script_progression --message="Building app..."
pushd "$install_dir/live"
ynh_use_nodejs
#ynh_exec_warn_less $ynh_npm install sandboxed-module@latest
npm ci --quiet
ynh_exec_warn_less npm ci
popd
pushd "$install_dir/live/services/web"