Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,11 +466,15 @@ Upgrades a dependency across all local projects that use it

### `jazelle purge`

Removes generated files (i.e. `node_modules` folders and bazel output files)
Removes generated files and caches to give you a clean slate:

`jazelle purge --force`
- Jazelle's temporary directory
- Repository and project-specific npm modules directories (e.g. `node_modules/`)
- Repository Yarn PnP, cache, and state files (e.g. `.pnp.cjs`, `.yarn/cache`, `.yarn/build-state.yml`)
- Global Yarn cache (e.g. `~/.yarn/berry/cache/`)
- Bazel outputs and cache (e.g. `bazel clean --expunge`)

- `--force` - Whether to also purge Bazel cache. Defaults to false
`jazelle purge`

### `jazelle check`

Expand Down