From 0ccf93d701a529a54f6abdae6fdc9ed9c3213093 Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Wed, 27 Nov 2024 09:53:48 -0800 Subject: [PATCH] chore(sage-monorepo): remove Nx custom task runner to avoid repeating deprecation warnings (#2928) --- nx.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/nx.json b/nx.json index 408f42b549..b31157ec9e 100644 --- a/nx.json +++ b/nx.json @@ -1,15 +1,4 @@ { - "tasksRunnerOptions": { - "default": { - "runner": "nx/tasks-runners/default", - "options": { - "canTrackAnalytics": false, - "showUsageWarnings": true, - "scan": true, - "cacheableOperations": ["build-storybook"] - } - } - }, "generators": { "@nx/angular:application": { "e2eTestRunner": "cypress",