Skip to content

Commit

Permalink
docs(watch): call out no caching (#9106)
Browse files Browse the repository at this point in the history
### Description

Document that caching is disabled for `turbo watch`

### Testing Instructions

👀
  • Loading branch information
chris-olszewski authored Sep 4, 2024
1 parent 99939e3 commit a8f38f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/repo-docs/reference/watch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Instead, you should make the task non-persistent and have `turbo watch` restart

## Limitations

### Caching

All cache operations are disabled when executing tasks with `turbo watch`.

### Task outputs

If you have tasks that write to files checked into source control, there is a possibility that Watch Mode will run in an infinite loop. This is because Watch Mode watches your
Expand Down

0 comments on commit a8f38f1

Please sign in to comment.