From 91f5948a43ba77151e7de4573c336d2f0378a26f Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 29 Jun 2021 11:50:29 +0200 Subject: [PATCH] drush pag to makefile --- Makefile | 5 ++++- src_d9 | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5e76456..3f2fde2 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ ps: logs: docker-compose logs -f -d9_maj_config: d9_crd d9_composer_install d9_updb d9_cim d9_sync_struct d9_cr +d9_maj_config: d9_crd d9_composer_install d9_updb d9_cim d9_sync_struct d9_cr d9_pag d9_crd: docker exec popsu_php_d9_1 /bin/bash -c "drush cache-clear drush" @@ -52,6 +52,9 @@ d9_cim: d9_sync_struct: docker exec popsu_php_d9_1 /bin/bash -c "drush im --choice safe && drush ib --choice full" +d9_pag: + docker exec popsu_php_d9_1 /bin/bash -c "drush pag all canonical_entities:node && drush pag all canonical_entities:taxonomy_term" + d9_composer_install: docker exec popsu_php_d9_1 /bin/bash -c "composer install --no-dev" diff --git a/src_d9 b/src_d9 index 863593a..30b8d2a 160000 --- a/src_d9 +++ b/src_d9 @@ -1 +1 @@ -Subproject commit 863593ab9252c216e0e74173f89cb38245208cad +Subproject commit 30b8d2a38d6abc4c355d6a59bd80128a5d9b18ad