Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Filter
Filter exact branch match
Exact
Select status
Succeeded
31434
fb8d31b8 fix(angular): optimize ng-packagr-lite watch mode file writing In ng-packagr-lite watch mode, all output files are written to disk on every incremental build regardless of whether their content actually changed. This causes downstream watchers (like Vite) to see all files as "changed" and trigger full rebuilds instead of incremental ones. Only files with changed content should be written to disk during incremental builds in watch mode. This allows downstream watchers to properly detect which files actually changed and perform efficient incremental rebuilds. Fixes #31033 š¤ Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> fix(angular): eliminate race condition in shouldWriteFile function - Remove existsSync check before readFile to prevent race condition - Simplify error handling by relying on try-catch for both file existence and read errors - This makes the code more robust and thread-safe Co-authored-by: Coly010 <Coly010@users.noreply.github.com> chore(angular): format code with prettier after merge conflict resolution
3 days ago
by Coly010
Failed
31434
d6d3796b refactor(angular): eliminate race condition in shouldWriteFile function - Remove existsSync check before readFile to prevent race condition - Simplify error handling by relying on try-catch for both file existence and read errors - This makes the code more robust and thread-safe Co-authored-by: Coly010 <Coly010@users.noreply.github.com>
5 days ago
by claude[bot]
Canceled
31434
4a299ae5 fix(angular): optimize ng-packagr-lite watch mode file writing ## Current Behavior In ng-packagr-lite watch mode, all output files are written to disk on every incremental build regardless of whether their content actually changed. This causes downstream watchers (like Vite) to see all files as "changed" and trigger full rebuilds instead of incremental ones. ## Expected Behavior Only files with changed content should be written to disk during incremental builds in watch mode. This allows downstream watchers to properly detect which files actually changed and perform efficient incremental rebuilds. Fixes #31033 š¤ Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 days ago
by Coly010
Previous Page
Prev
Next
Next Page