docs(core): fix typo

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
This commit is contained in:
Juri Strumpflohner 2024-08-07 08:20:59 -07:00
parent 3ef086614d
commit e0c0548f5e
2 changed files with 9 additions and 1 deletions

View File

@ -160,7 +160,7 @@ Alternatively, you can view these directly in your editor by installing [Nx Cons
Learn more details about [Nx plugins](/concepts/nx-plugins) and [inferred tasks](/concepts/inferred-tasks).
## Troubleshooting Caching
## Troubleshoot Cache Settings
Caching is hard. If you run into issues, check out the following resources:

View File

@ -21,3 +21,11 @@ npx nx build --no-cloud
```
It will **still use the local cache if available**.
## Reset
To clear the cache and metadata about the workspace and shuts down the Nx Daemon you can use the [reset](/nx-api/nx/documents/reset) command:
```shell
npx nx reset
```