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
fix: replace tsc --build with tsc to prevent parallel build race condition
When Nx runs builds in parallel and restores core/react from remote cache,
multiple tsc --build processes simultaneously try to rebuild the same project
references, causing race conditions where one process reads partially-written
declaration files. Since Nx already handles dependency ordering via ^build,
the project reference traversal in tsc --build is redundant.
Affected packages: xl-pdf-exporter, xl-docx-exporter, xl-odt-exporter, xl-ai
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments