From a4d58174aa9718b7ffbe1372b8614543fc319310 Mon Sep 17 00:00:00 2001 From: jordanpowell88 Date: Mon, 22 May 2023 15:16:51 -0400 Subject: [PATCH] chore: remove sharedGlobals --- nx.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nx.json b/nx.json index 577c9d8675c5..5cb5bb9d3984 100644 --- a/nx.json +++ b/nx.json @@ -19,9 +19,7 @@ } }, "namedInputs": { - "sharedGlobals": [ - "{workspaceRoot}/package.json" - ], + "sharedGlobals": [], "default": [ "{projectRoot}/**/*", "sharedGlobals"