ajout de composer install pour le thème

This commit is contained in:
Valentin
2023-05-15 05:13:29 +02:00
parent 6d3a310d69
commit ab2295fdac
+2 -1
View File
@@ -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"