diff --git a/Makefile b/Makefile index c2185e4..e6b2142 100644 --- a/Makefile +++ b/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" \ No newline at end of file + yarn build && \ + composer install"