We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
watch
1 parent 7ebaf75 commit dfbc7e1Copy full SHA for dfbc7e1
docs/repo-docs/reference/watch.mdx
@@ -37,7 +37,11 @@ restart the task when relevant changes are detected.
37
38
### Caching
39
40
-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.
41
+
42
+```bash title="Terminal"
43
+turbo run your-tasks --experimental-write-cache
44
+```
45
46
### Task outputs
47
0 commit comments