From 159755c0643a5c17d110f151af0f7324b02dc59d Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 15 Nov 2021 15:28:11 +0100 Subject: [PATCH] make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ea277c..1a2690a 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ d9_cim: docker exec eql-php-1 /bin/bash -c "drush config-import -y" d9_sync_struct: - docker exec eql-php-1 /bin/bash -c "drush im --choice safe && drush ib --choice full & drush it --choice full" + docker exec eql-php-1 /bin/bash -c "drush im --choice full && drush ib --choice full & drush it --choice full" d9_pag: docker exec eql-php-1 /bin/bash -c "drush pag all canonical_entities:node && drush pag all canonical_entities:taxonomy_term"