Closed kasperpeulen closed 2 months ago
I suspect this has been resolved now. Could you see if the issue has been resolved in the latest versions of Nx please?
This issue has been automatically marked as stale because no results of retrying on the latest version of Nx was provided within 7 days. It will be closed in 21 days if no results are provided. If the issue is still present, please reply to keep it active. If the issue was not present, please close this issue. Thanks for being a part of the Nx community! 🙏
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
I have set up this workspace syntax in a yarn berry project:
This is recognized correctly by yarn
However nx also finds projects, which are test fixtures:
I can add
fixtures
to.nxignore
, but this would cause caching issues for test. If I change a fixture, the test cache should be invalidated.Expected Behavior
In a yarn project:
nx show projects
=yarn workspaces list
+ extra project.json directoriesGitHub Repo
No response
Steps to Reproduce
Nx Report