-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RRFC] Parallel script execution when value is set to an array of text. #610
Comments
EvanCarroll
changed the title
[RRFC] Parallel script execution
[RRFC] Parallel script execution when value is set to an array of text.
Jul 2, 2022
seems related to #190 |
kurone-kito
added a commit
to kurone-kito/lints-config
that referenced
this issue
Nov 12, 2023
Q: Why not migrate to npm v10? A: In the past, during the npm v7 days, I experienced various problems in hoisting up. I tried this during the Yarn v4 transition, but I still have this on hold due to difficulties with parallel execution of npm-scripts in the workspace. see: npm/rfcs#610
kurone-kito
added a commit
to kurone-kito/lints-config
that referenced
this issue
Nov 12, 2023
Q: Why not migrate to npm v10? A: In the past, during the npm v7 days, I experienced various problems in hoisting up. I tried this during the Yarn v4 transition, but I still have this on hold due to difficulties with parallel execution of npm-scripts in the workspace. see: npm/rfcs#610
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently a script can not be set to array. Add this to your
package.json
,Now if you try to run it,
You'll get
The obvious intent here is to run two scripts where neither one is concerned with the status of another. This RFC would define the behavior of
script
with a member set to an array to,The text was updated successfully, but these errors were encountered: