Browse Source

fixed drush im --choice safe

bach 2 năm trước cách đây
mục cha
commit
5bff9f9980
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
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"