From 89adf254e19d6597dcebf79da21d236bc0778908 Mon Sep 17 00:00:00 2001 From: Adhityan K V Date: Fri, 27 Dec 2024 15:54:58 +0100 Subject: [PATCH] chore: updated nx.json to fix build cache issue --- nx.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nx.json b/nx.json index 5dd0bf94..5c8e75d2 100644 --- a/nx.json +++ b/nx.json @@ -8,10 +8,6 @@ "$schema": "./node_modules/nx/schemas/nx-schema.json", "defaultBase": "main", "nxCloudId": "66f6d7217cbafe1e30563d6e", - "namedInputs": { - "sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"], - "default": ["sharedGlobals"] - }, "plugins": [ { "plugin": "@nx/eslint/plugin",