From 63937b653c486a527afd329795523490ead2b671 Mon Sep 17 00:00:00 2001 From: Ryan Manuel Date: Wed, 23 Oct 2024 09:28:59 -0500 Subject: [PATCH] chore: enable nx cache invalidation via the circle version file (#30444) --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 2237f4cc40eb..8b6e92da797c 100644 --- a/nx.json +++ b/nx.json @@ -28,7 +28,8 @@ }, "namedInputs": { "sharedGlobals": [ - "{workspaceRoot}/scripts" + "{workspaceRoot}/scripts", + "{workspaceRoot}/.circleci/cache-version.txt" ], "default": [ "{projectRoot}/**/*",