docs(misc): update line about cacheable operations in Turbo migration (#20701)

This commit is contained in:
Juri Strumpflohner 2023-12-12 01:07:28 +01:00 committed by GitHub
parent 38ad952713
commit 99ec7d81cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ The command will ask you three questions.
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?