From caf4110f363fb4071be24822baf01fc01a3e7db0 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Mon, 19 Aug 2019 11:20:02 +0300 Subject: [PATCH] Updated build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 599c2501b7..7f5ed112aa 100644 --- a/build.sh +++ b/build.sh @@ -19,7 +19,7 @@ echo -e " app/config/version.p echo 'Updating PHP dependencies and auto-loading...' -composer update --ignore-platform-reqs --optimize-autoloader --no-dev --no-plugins --no-scripts +composer update --ignore-platform-reqs --optimize-autoloader --no-dev --no-plugins --no-scripts --prefer-dist echo 'Starting build...'