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
Is your feature request related to a problem? Please describe.
I have a use case where two commands are used to upload, upload and upload:docker.
They depend on the output of a previous yarn build run.
Describe the solution you'd like
I want to be able to run these in in parallel with no regard for the dependency graph, such that the most files are being transferred as possible.
Describe alternatives you've considered
Running the commands in parallel via bash, but it has a challenge of mixed output.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have a use case where two commands are used to upload,
upload
andupload:docker
.They depend on the output of a previous
yarn build
run.Describe the solution you'd like
I want to be able to run these in in parallel with no regard for the dependency graph, such that the most files are being transferred as possible.
Describe alternatives you've considered
Running the commands in parallel via bash, but it has a challenge of mixed output.
The text was updated successfully, but these errors were encountered: