From c2f92b5226f9db92baf9b1dcda9c8bd4edd3c30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20M=C5=82odzikowski?= Date: Tue, 13 Jun 2023 12:57:48 +0200 Subject: [PATCH] feat(ci): turn off nx cloud --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 53753cc36..b2c86bd38 100644 --- a/nx.json +++ b/nx.json @@ -12,7 +12,7 @@ }, "tasksRunnerOptions": { "default": { - "runner": "@nrwl/nx-cloud", + "runner": "nx/tasks-runners/default", "options": { "cacheableOperations": ["build", "lint", "test", "e2e"], "accessToken": "OTY4ZjdlZTItNGIwNy00NDcyLTllZjctOWIzYTg1NWE0Yzg1fHJlYWQtd3JpdGU=",