-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(core): add parallelism to target configuration #26820
feat(core): add parallelism to target configuration #26820
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit d5dd5d2. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 5 targets
Sent with 💌 from NxCloud. |
packages/nx/src/project-graph/utils/project-configuration-utils.ts
Outdated
Show resolved
Hide resolved
19efbc3
to
930749f
Compare
930749f
to
06750ea
Compare
06750ea
to
0647f7c
Compare
0647f7c
to
0710d3e
Compare
0710d3e
to
01b85e7
Compare
01b85e7
to
453017b
Compare
453017b
to
f678a7b
Compare
f678a7b
to
82984b5
Compare
82984b5
to
622f0ca
Compare
622f0ca
to
9003955
Compare
9003955
to
a63e3f7
Compare
b7a2fe9
to
cffe632
Compare
cffe632
to
1039bc8
Compare
1039bc8
to
411d968
Compare
411d968
to
c448d46
Compare
c448d46
to
6939d9f
Compare
6939d9f
to
22d98ca
Compare
22d98ca
to
d5dd5d2
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Targets are always assumed to support parallelism.
Expected Behavior
Targets can be configured to not support parallelism
Related Issue(s)
Fixes #