From dde4c41812fa277599e4e2c966c0825375b1d2bc Mon Sep 17 00:00:00 2001 From: kavingas Date: Wed, 6 Jul 2022 14:11:54 +1000 Subject: [PATCH] optimized composer install command used during build process --- .magento.app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.magento.app.yaml b/.magento.app.yaml index 4165f57b0..c99f16560 100644 --- a/.magento.app.yaml +++ b/.magento.app.yaml @@ -77,7 +77,7 @@ hooks: # We run build hooks before your application has been packaged. build: | set -e - composer install + composer --no-ansi --no-dev --no-interaction install --no-progress --prefer-dist --optimize-autoloader php ./vendor/bin/ece-tools run scenario/build/generate.xml php ./vendor/bin/ece-tools run scenario/build/transfer.xml # We run deploy hook after your application has been deployed and started.