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
34730
8d5cfe15 fix(nx-dev): make check-links depend on sitemap Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
34730
Fix applied
→
7953e243 fix(nx-dev): build nx-dev in-place and clean up targets The default @nx/next:build for nx-dev outputs to dist/nx-dev/nx-dev. At runtime, Node.js can't resolve the ai package from that path because node_modules is at the workspace root, causing ERR_MODULE_NOT_FOUND on /ai-chat. Additionally, ui-video-courses is missing @nx/nx-dev-ui-icons as a dependency. Build in-place so .next stays close to node_modules and package resolution works. Clean up and simplify nx-dev targets. Fix missing dependency in ui-video-courses. Fixes DOC-418 [Self-Healing CI Rerun]
by nx-cloud[bot]
n
Failed
34730
Flaky task
→
a3ad6bf7 fix(nx-dev): build nx-dev in-place and clean up targets The default @nx/next:build for nx-dev outputs to dist/nx-dev/nx-dev. At runtime, Node.js can't resolve the ai package from that path because node_modules is at the workspace root, causing ERR_MODULE_NOT_FOUND on /ai-chat. Additionally, ui-video-courses is missing @nx/nx-dev-ui-icons as a dependency. Build in-place so .next stays close to node_modules and package resolution works. Clean up and simplify nx-dev targets. Fix missing dependency in ui-video-courses. Fixes DOC-418
by Jack Hsu
J
Succeeded
34730
56ad40f4 fix(nx-dev): build nx-dev in-place and clean up targets ## Current Behavior The default @nx/next:build for nx-dev outputs to dist/nx-dev/nx-dev. At runtime, Node.js can't resolve the ai package from that path because node_modules is at the workspace root, causing ERR_MODULE_NOT_FOUND on /ai-chat. Additionally, ui-video-courses is missing @nx/nx-dev-ui-icons as a dependency. ## Expected Behavior Build in-place so .next stays close to node_modules and package resolution works. Clean up and simplify nx-dev targets. Fix missing dependency in ui-video-courses. ## Related Issue(s) Fixes DOC-418
by Jack Hsu
J
Failed
34730
Environment issue
→
5aff8e61 fix(astro-docs): update validate-links to in-place build Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
34730
5aff8e61 fix(astro-docs): update validate-links to in-place build Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
34730
Fix applied
→
6b12d85e chore(misc): clean up nx-dev targets
by Jack Hsu
J
Canceled
34730
2692b991 chore(misc): clean up nx-dev targets
by Jack Hsu
J
Succeeded
34730
Generating fix
→
9a059328 fix(astro-docs): update sitemap path for in-place build Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
34730
Fix applied
→
1ea82e73 fix(nx-dev): use build as dependency for sitemap task Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
34730
9b44efbd fix(nx-dev): use build as dependency for sitemap task Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
34730
9b44efbd fix(nx-dev): use build as dependency for sitemap task Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
by nx-cloud[bot]
n
Canceled
34730
9b44efbd fix(nx-dev): use build as dependency for sitemap task Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
34730
9b44efbd fix(nx-dev): use build as dependency for sitemap task Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
34730
9b44efbd fix(nx-dev): use build as dependency for sitemap task Co-authored-by: jaysoo <jaysoo@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
34730
Fix applied
→
dfe59111 fix(nx-dev): build nx-dev in-place to fix ai package resolution The `@nx/next:build` executor generates a standalone `package.json` at `outputPath`, which clobbers source files when building in-place and breaks package resolution when building to a separate directory. Switch to running `next build` + sitemap as sequential commands in a single `build` target to avoid Nx output management cleaning `.next/` between dependent tasks. Also fixes missing `@nx/nx-dev-ui-icons` dependency in `ui-video-courses` introduced by #34669. Fixes DOC-418
by Jack Hsu
J
Failed
34730
Fix applied
→
26cc5446 fix(nx-dev): build nx-dev in-place to fix ai package resolution The `@nx/next:build` executor generates a standalone `package.json` at `outputPath`, which clobbers source files when building in-place and breaks package resolution when building to a separate directory. Switch to using the inferred `next:build` target from `@nx/next/plugin` which runs `next build` directly in the project directory. The `build` target now runs `next build` + sitemap generation as sequential commands in a single target to avoid Nx output management cleaning `.next/` between dependent tasks. Also fixes missing `@nx/nx-dev-ui-icons` dependency in `ui-video-courses` introduced by #34669. Fixes DOC-418
by Jack Hsu
J
Failed
34730
Environment issue
→
892a9e4d fix(nx-dev): build nx-dev in-place to fix ai package resolution The `@nx/next:build` executor generates a standalone `package.json` at `outputPath`, which clobbers source files when building in-place and breaks package resolution when building to a separate directory. Switch to using the inferred `next:build` target from `@nx/next/plugin` which runs `next build` directly in the project directory. The `build` target now runs `next build` + sitemap generation as sequential commands in a single target to avoid Nx output management cleaning `.next/` between dependent tasks. Also fixes missing `@nx/nx-dev-ui-icons` dependency in `ui-video-courses` introduced by #34669. Fixes DOC-418
by Jack Hsu
J
Succeeded
34730
36d85eec fix(nx-dev): build nx-dev in-place to fix ai package resolution The `@nx/next:build` executor generates a standalone `package.json` at `outputPath`, which clobbers source files when building in-place and breaks package resolution when building to a separate directory. Switch to using the inferred `next:build` target from `@nx/next/plugin` which runs `next build` directly in the project directory. The `build` target now runs `next build` + sitemap generation as sequential commands in a single target to avoid Nx output management cleaning `.next/` between dependent tasks. Also fixes missing `@nx/nx-dev-ui-icons` dependency in `ui-video-courses` introduced by #34669. Fixes DOC-418
by Jack Hsu
J
Canceled
34730
252402a5 chore(misc): retrigger CI
by Jack Hsu
J
Previous page
Previous
Next
Next page