You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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
plugin-development-docker/plugins.sh
Line 52 in 385e537
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.
The text was updated successfully, but these errors were encountered: