From 5b3ed13f38f310e7394fc161668bb72c3d6d3194 Mon Sep 17 00:00:00 2001 From: Sven Joder Date: Wed, 10 Jan 2024 15:39:42 +0100 Subject: [PATCH] dump env before install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1386c327..bdc9b0aa 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ endif update: git pull - COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader COMPOSER_ALLOW_SUPERUSER=1 composer dump-env prod + COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader php bin/console doctrine:migrations:migrate --no-interaction php bin/console app:theme:refresh php bin/console app:update