Do you want to request a _feature_ or report a _bug_?
_feature_
What is the current behavior?
Kind of native script for yarn run-all, to run tasks in parallel or sequential, similar to https://www.npmjs.com/package/npm-run-all
If the current behavior is a bug, please provide the steps to reproduce.
N/A
What is the expected behavior?
N/A
Please mention your node.js, yarn and operating system version.
N/A
This can now be donw w/ npm-run-all by specifying the right env variable. See: https://github.com/mysticatea/npm-run-all/issues/68
Send an RFC.
@oieduardorabelo The scope of such a feature request would mandate an RFC be submitted to enable further discussions. If you still feel like it, please feel free to head over there and submit this idea 馃槃
Composer runs sequential scripts by using an array of multiple scripts.
The Composer behavior should be nice for Yarn.
What is the status of this proposal, it seems very common sense and often needed?
Agreed this should be supported using yarn itself instead of hacks.
Most helpful comment
Agreed this should be supported using yarn itself instead of hacks.