From 2fe844d35dc191efbe078f3cbc3c0c489eb80c0a Mon Sep 17 00:00:00 2001 From: Tykayn Date: Mon, 14 Feb 2022 13:54:39 +0100 Subject: [PATCH] no update of composer in update script --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 5b86426..4ba650a 100755 --- a/update.sh +++ b/update.sh @@ -28,7 +28,7 @@ COMMAND_BUILD="build:prod:demobliss" git reset --hard git pull origin master -composer install +#composer install php bin/console doctrine:schema:update --force cecho g "######################"