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"