diff --git a/docs/shared/migration/from-turborepo.md b/docs/shared/migration/from-turborepo.md index 33e9b9a51d..160c51bd51 100644 --- a/docs/shared/migration/from-turborepo.md +++ b/docs/shared/migration/from-turborepo.md @@ -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?