mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
npm install before npm ci
This commit is contained in:
parent
40eeed052c
commit
38d401c803
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ cp "$install_dir/build/server-ce/config/custom-environment-variables.json" "$ins
|
|||
ynh_script_progression --message="Building app... This may take a LOT of time depending of your CPU" --weight=25
|
||||
pushd "$install_dir/live"
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less npm install
|
||||
ynh_exec_warn_less npm ci
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in a new issue