Open cogwirrel opened 2 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
CI is running/has finished running commands for commit f17b45921e38f9b65c3b88bfbca85520c5df84c6. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
🟥 Failed Commands |
---|
nx affected --targets=lint,test,build,e2e,e2e-ci --base=636cd77002acf26a25e777fe7c1160923eb92398 --head=f17b45921e38f9b65c3b88bfbca85520c5df84c6 --parallel=3 |
Sent with 💌 from NxCloud.
This change omits references to implicit dependency tsconfigs for typescript projects in the sync generator, since given that they are not referenced directly in code there is no need for project references.
Current Behavior
TypeScript sync generator adds references to any dependency project which has a tsconfig (where composite is true), including implicit dependencies where these references are unnecessary and can potentially cause build failures.
See example repo.
Expected Behavior
Only explicit dependencies should be referenced in tsconfigs.
Related Issue(s)
Fixes #28997