Skip to content

Commit

Permalink
docs: experimental flag for watch
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Jan 28, 2025
1 parent dd39a06 commit cca9449
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 cca9449

Please # to comment.