1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00

Update upgrade

This commit is contained in:
Thomas 2023-09-07 09:53:50 +02:00 committed by GitHub
parent e7ee676954
commit bd7b159e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ ynh_add_nginx_config
#================================================= #=================================================
ynh_script_progression --message="Installing $app with Composer..." --weight=15 ynh_script_progression --message="Installing $app with Composer..." --weight=15
rm $install_dir/package-lock.json ynh_secure_remove --file=$install_dir/package-lock.json
ynh_install_composer --install_args="--ignore-platform-reqs --prefer-dist --no-scripts --no-dev" ynh_install_composer --install_args="--ignore-platform-reqs --prefer-dist --no-scripts --no-dev"