From ffb2adf335b2d30cbc9fc55e7bfe3b093949f334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 24 Mar 2024 13:17:25 +0100 Subject: [PATCH] composer install --no-dev --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0cd7cd1..aea5a6c 100644 --- a/scripts/install +++ b/scripts/install @@ -36,7 +36,7 @@ ynh_script_progression --message="Building Movim..." # Install composer ynh_install_composer -COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="install" +COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="install --no-dev" COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="movim:migrate" chown -R "$app:www-data" "$install_dir"