no update of composer in update script

This commit is contained in:
Tykayn 2022-02-14 13:54:39 +01:00 committed by tykayn
parent 5a463695c3
commit 2fe844d35d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ COMMAND_BUILD="build:prod:demobliss"
git reset --hard git reset --hard
git pull origin master git pull origin master
composer install #composer install
php bin/console doctrine:schema:update --force php bin/console doctrine:schema:update --force
cecho g "######################" cecho g "######################"