Expected Behavior
All projects in the workspace should be found, not only the ones marked with a project.json, package.json, etc.
Current Behavior
getProjects is used, which is documented as having the limitation of finding only projects that nx "natively" infers (without external plugins).
Affected packages
Possible Solution
Ideas:
- Use createProjectGraphAsync to build the whole graph (including plugins)
- Simply call
nx show projects, which will print a list of projects to stdout
Context
No response
Expected Behavior
All projects in the workspace should be found, not only the ones marked with a
project.json,package.json, etc.Current Behavior
getProjects is used, which is documented as having the limitation of finding only projects that nx "natively" infers (without external plugins).
Affected packages
Possible Solution
Ideas:
nx show projects, which will print a list of projects to stdoutContext
No response