Skip to content

Commit

Permalink
docs: experimental flag for watch caching (#9830)
Browse files Browse the repository at this point in the history
### Description

Documenting that `watch` now has an experimental flag for caching.

### Testing Instructions

👀
  • Loading branch information
anthonyshew authored Jan 31, 2025
1 parent 7ebaf75 commit dfbc7e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/repo-docs/reference/watch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ restart the task when relevant changes are detected.

### Caching

All cache operations are disabled when executing tasks with `turbo watch`.
Caching tasks with Watch Mode is currently experimental, under the `--experimental-write-cache` flag.

```bash title="Terminal"
turbo run your-tasks --experimental-write-cache
```

### Task outputs

Expand Down

0 comments on commit dfbc7e1

Please sign in to comment.