docs(misc): update line about cacheable operations in Turbo migration (#20701)
This commit is contained in:
parent
38ad952713
commit
99ec7d81cc
@ -20,7 +20,7 @@ The command will ask you three questions.
|
|||||||
|
|
||||||
2. Which scripts are cacheable?
|
2. Which scripts are cacheable?
|
||||||
|
|
||||||
Any scripts you select in this step will be added to the `cacheableOperations` in `nx.json`. i.e. `"cacheableOperations": ["build", "test", "lint"]`
|
Any scripts you select in this step will be made cacheable, i.e. the `cache` property will be set to `true` (`false` by default) in the `targetDefaults` section.
|
||||||
|
|
||||||
3. For each cacheable script, does it produce output in the file system?
|
3. For each cacheable script, does it produce output in the file system?
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user