drush pag to makefile
This commit is contained in:
5
Makefile
5
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"
|
||||
|
||||
|
2
src_d9
2
src_d9
Submodule src_d9 updated: 863593ab92...30b8d2a38d
Reference in New Issue
Block a user