-
Notifications
You must be signed in to change notification settings - Fork 2.6k
fix(core): derive graph node type correctly when projectType
is not set
#32018
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit 2ad334a
☁️ Nx Cloud last updated this comment at |
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-32018-c6ab05e my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-32018-c6ab05e
To request a new release for this pull request, mention someone from the Nx team or the |
c6ab05e
to
d3c2920
Compare
d3c2920
to
1ec2cae
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-32018-1ec2cae my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-32018-1ec2cae
To request a new release for this pull request, mention someone from the Nx team or the |
1ec2cae
to
f7d8443
Compare
f7d8443
to
e3f6314
Compare
e3f6314
to
b5b74c7
Compare
…erator and update release e2e tests
b5b74c7
to
2ad334a
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-32018-2ad334a my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-32018-2ad334a
To request a new release for this pull request, mention someone from the Nx team or the |
… set (#32018) ## Current Behavior When building the project graph nodes, the node `type` is always inferred as `lib` when `projectType` is not set. ## Expected Behavior When building the project graph nodes, the node `type` should be derived correctly using the same logic used by generators when `projectType` is not set. ## Related Issue(s) Fixes #31983
Current Behavior
When building the project graph nodes, the node
type
is always inferred aslib
whenprojectType
is not set.Expected Behavior
When building the project graph nodes, the node
type
should be derived correctly using the same logic used by generators whenprojectType
is not set.Related Issue(s)
Fixes #31983