From fe9d755d39d58f182a864dc70df41a3a7ed40404 Mon Sep 17 00:00:00 2001 From: Thomas Willheim Date: Tue, 22 Oct 2024 15:09:38 -0700 Subject: [PATCH] disable nx cloud runner since it costs money to run --- nx.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nx.json b/nx.json index 59e518cd..0cbd5b22 100644 --- a/nx.json +++ b/nx.json @@ -2,7 +2,7 @@ "$schema": "./node_modules/nx/schemas/nx-schema.json", "tasksRunnerOptions": { "default": { - "runner": "nx-cloud", + "runner": "nx/tasks-runners/default", "options": { "cacheableOperations": [ "build", @@ -10,8 +10,7 @@ "test", "e2e", "e2e-playwright" - ], - "accessToken": "N2UyMWU2MjktZTIwNy00MTc2LTk4OTMtNDBjYzBkNGFkYTQ4fHJlYWQtd3JpdGU=" + ] } } },