Explorar o código

ajout de composer install pour le thème

Valentin %!s(int64=2) %!d(string=hai) anos
pai
achega
ab2295fdac
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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"