Commit 7f30c4e
fix(ci): run Nx without Nx Cloud in CircleCI (org disabled)
The Nx Cloud organization is disabled, so 'yarn build:package:all' (nx run-many)
hard-fails in CircleCI with 'Nx Cloud: Workspace is unable to be authorized.
Exiting run.' — failing build-api/build-web/build-desktop on every PR and on
develop. The rest of the repo already runs Nx locally (NX_NO_CLOUD=true in all
GitHub workflows and Dockerfiles); CircleCI's config was stale. Adds
NX_NO_CLOUD: true to the shared &defaults environment so all jobs inherit it.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1851004 commit 7f30c4e
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
| |||
0 commit comments