From 99ec7d81ccfd132d03dd0c9a5bc5c258c20b101d Mon Sep 17 00:00:00 2001 From: Juri Strumpflohner Date: Tue, 12 Dec 2023 01:07:28 +0100 Subject: [PATCH] docs(misc): update line about cacheable operations in Turbo migration (#20701) --- docs/shared/migration/from-turborepo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?