-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be nice to have the Composer and Yarn come with the build itself. I know that it's not something that everyone would want but I typically try to do everything through Docker containers and I don't have Composer and Yarn installed locally on my machine. So, the build fails when I run ./plugins.sh as expected since I don't have either of them locally installed.
plugin-development-docker/plugins.sh
Line 48 in 385e537
| composer install |
plugin-development-docker/plugins.sh
Line 52 in 385e537
| yarn |
So, it would be really handy to have the Composer and Yarn in the build itself. When there's no local Composer and Yarn installed, it will use the Docker containers instead.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request