Skip to content

Commit 7642b39

Browse files
chore: remove nx cloud (#4)
* chore: disable nx cloud * chore: remove cloud leftovers in `ci.yml` script
1 parent e3f52f1 commit 7642b39

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
with:
2323
version: 9
2424

25-
# # This enables task distribution via Nx Cloud
26-
# # Run this command as early as possible, before dependencies are installed
27-
# # Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
28-
# - run: pnpm dlx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build"
29-
3025
# Cache node_modules
3126
- uses: actions/setup-node@v4
3227
with:
@@ -36,7 +31,5 @@ jobs:
3631
- run: pnpm install --frozen-lockfile
3732
- uses: nrwl/nx-set-shas@v4
3833

39-
# Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud
40-
# - run: pnpm exec nx-cloud record -- echo Hello World
4134
# Nx Affected runs only tasks affected by the changes in this PR/commit. Learn more: https://nx.dev/ci/features/affected
4235
- run: pnpm exec nx affected -t lint test build

nx.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
},
77
"extends": "nx/presets/npm.json",
88
"$schema": "./node_modules/nx/schemas/nx-schema.json",
9-
"nxCloudId": "66f132705ca8b56efbc84b52",
109
"namedInputs": {
1110
"sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"],
1211
"default": ["sharedGlobals"]

0 commit comments

Comments
 (0)