Browse Source

ajout de composer install pour le thème

Valentin 1 year ago
parent
commit
ab2295fdac
1 changed files with 2 additions and 1 deletions
  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"