Skip to content

Commit e31f815

Browse files
docs(nx-cloud): clarify nx cloud run details when disabling nx cache (#33925)
1 parent 014d229 commit e31f815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro-docs/src/content/docs/guides/Tasks & Caching/skipping-cache.mdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To skip caching for a specific task, use the `--skip-nx-cache` flag. This can be
1414
npx nx build --skip-nx-cache
1515
```
1616

17-
This will avoid using any local or remote cache.
17+
This will avoid using any local or remote cache. If using Nx Cloud, the run will not be recorded either.
1818

1919
## Skip Remote Caching from Nx Cloud
2020

@@ -24,7 +24,7 @@ To skip remote caching provided by Nx Cloud, use the `--no-cloud` flag. This ens
2424
npx nx build --no-cloud
2525
```
2626

27-
It will **still use the local cache if available**.
27+
It will **still use the local cache if available**. If using Nx Cloud the run will not be recorded either.
2828

2929
## Reset
3030

0 commit comments

Comments
 (0)