From 5bff9f9980f737369bedc730e49b7b241e1f4d1d Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 22 Jun 2021 11:04:56 +0200 Subject: [PATCH] fixed drush im --choice safe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4958309..5e76456 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ d9_cim: docker exec popsu_php_d9_1 /bin/bash -c "drush config-import -y" d9_sync_struct: - docker exec popsu_php_d9_1 /bin/bash -c "drush im && drush ib" + docker exec popsu_php_d9_1 /bin/bash -c "drush im --choice safe && drush ib --choice full" d9_composer_install: docker exec popsu_php_d9_1 /bin/bash -c "composer install --no-dev"