yarn run - Running tasks in parallel or sequential

Created on 13 Oct 2016  路  6Comments  路  Source: yarnpkg/yarn

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

cat-feature needs-discussion triaged

Most helpful comment

Agreed this should be supported using yarn itself instead of hacks.

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings