소스 검색

make file

bach 2 년 전
부모
커밋
159755c064
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

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