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
{{ message }}
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
With the later NX versions, the workspace-lint command causes issues due to it adding
projectsback to nx.json.The problematic code is linked below.
stack/packages/cli/src/lib/commands/workspace-lint.ts
Line 33 in 7a131f7
my suggestion is to wrap the
projectsproperty in an iif statement.As well as the same for packageJson and compiler options
That way, if the property doesn't exist, it won't add it back in.