소스 검색

ajout de composer install pour le thème

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

+ 2 - 1
Makefile

@@ -35,4 +35,5 @@ build_theme:
 install_theme:
 	docker exec -it -w /app/public/bedrock/web/app/themes/partition-jlg-theme php-fpm sh -c \
 		"yarn && \
-		yarn build"
+		yarn build && \
+		composer install"