SIGN IN SIGN UP

fix(nx-plugin): allow project-root dist siblings in build outputs policy

The build.outputs policy required exactly ["{projectRoot}/dist"],
which clobbers repos that legitimately aggregate secondary dist
trees into the build target (AxE edb6a3d10: dist-node carries the
bun/node export condition, and omitting it from outputs served stale
builds). Validation now requires the canonical dist tree and admits only
{projectRoot}/dist-<suffix> siblings; the fixer resets outputs solely
when invalid, preserving valid extras instead of rewriting the array.
D
Danny Wilson committed
16b7407641b6b085a2345e3cc7fc4dc6a6adafa0
Parent: 9ecae3a