Parcourir la source

ajout de composer install pour le thème

Valentin il y a 2 ans
Parent
commit
ab2295fdac
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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"