You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The eslint rule @nx/dependency-checks does not seem to find dependencies when 1. every (?) project has not been build yet and 2. without running nx reset.
After 1. every (?) project has been build and 2. nx reset has run, @nx/dependency-checks does find the dependencies.
This behavior makes nx affected with eslint not usable in ci.
Current Behavior
The
eslint
rule@nx/dependency-checks
does not seem to find dependencies when 1. every (?) project has not been build yet and 2. without runningnx reset
.After 1. every (?) project has been build and 2.
nx reset
has run,@nx/dependency-checks
does find the dependencies.This behavior makes
nx affected
witheslint
not usable in ci.Expected Behavior
Make
@nx/dependency-checks
behave deterministic.GitHub Repo
https://github.com/RobbyRabbitman/cv/tree/nx-dependency-checks-issue
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: