Skip to content

Commit dfbc7e1

Browse files
authored
docs: experimental flag for watch caching (#9830)
### Description Documenting that `watch` now has an experimental flag for caching. ### Testing Instructions 👀
1 parent 7ebaf75 commit dfbc7e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/repo-docs/reference/watch.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ restart the task when relevant changes are detected.
3737

3838
### Caching
3939

40-
All cache operations are disabled when executing tasks with `turbo watch`.
40+
Caching tasks with Watch Mode is currently experimental, under the `--experimental-write-cache` flag.
41+
42+
```bash title="Terminal"
43+
turbo run your-tasks --experimental-write-cache
44+
```
4145

4246
### Task outputs
4347

0 commit comments

Comments
 (0)