Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
35542
b19fcfa0 fix(devkit): drop build-base outputs override Let @nx/js/typescript infer outputs from tsconfig.lib.json. The plugin reads outDir and tsBuildInfoFile and produces a strictly more complete output set than the hand-written override (it covers the tsbuildinfo plus .cjs/.mjs/.json/.d.cts/.d.mts/.map). The missing tsbuildinfo from the override caused docker:build-base sandbox violations because tsc read devkit's tsbuildinfo through dependentTasksOutputFiles and Nx never registered it as a dep output. Update the dist-build-migration skill to recommend the same: don't override outputs in project.json, let the plugin infer them.
by Jason Jean
J
Canceled
35542
b19fcfa0 fix(devkit): drop build-base outputs override Let @nx/js/typescript infer outputs from tsconfig.lib.json. The plugin reads outDir and tsBuildInfoFile and produces a strictly more complete output set than the hand-written override (it covers the tsbuildinfo plus .cjs/.mjs/.json/.d.cts/.d.mts/.map). The missing tsbuildinfo from the override caused docker:build-base sandbox violations because tsc read devkit's tsbuildinfo through dependentTasksOutputFiles and Nx never registered it as a dep output. Update the dist-build-migration skill to recommend the same: don't override outputs in project.json, let the plugin infer them.
by Jason Jean
J
Failed
35542
Environment issue
→
b19fcfa0 fix(devkit): drop build-base outputs override Let @nx/js/typescript infer outputs from tsconfig.lib.json. The plugin reads outDir and tsBuildInfoFile and produces a strictly more complete output set than the hand-written override (it covers the tsbuildinfo plus .cjs/.mjs/.json/.d.cts/.d.mts/.map). The missing tsbuildinfo from the override caused docker:build-base sandbox violations because tsc read devkit's tsbuildinfo through dependentTasksOutputFiles and Nx never registered it as a dep output. Update the dist-build-migration skill to recommend the same: don't override outputs in project.json, let the plugin infer them.
by Jason Jean
J
Canceled
35542
6a882cd7 fix(devkit): declare tsbuildinfo as build-base output The recent migration to local dist/ left tsconfig.tsbuildinfo out of build-base outputs. Consumers that depend on devkit (e.g. docker) read it via dependentTasksOutputFiles when tsc walks project references, producing sandbox violations. Match the nx package shape and update the dist-build-migration skill so future migrations don't repeat the gap.
by Jason Jean
J
Previous page
Previous
Next
Next page