From 0869fd1f49cb2edef6e13ed44365b75c27bd7aa7 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 8 May 2022 08:40:27 +0200 Subject: [PATCH] Setup Nx Cloud --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 3ae447028..62c77eaa6 100644 --- a/nx.json +++ b/nx.json @@ -15,8 +15,9 @@ "npmScope": "ghostfolio", "tasksRunnerOptions": { "default": { - "runner": "@nrwl/workspace/tasks-runners/default", + "runner": "@nrwl/nx-cloud", "options": { + "accessToken": "Mjg0ZGQ2YjAtNGI4NS00NmYwLThhOWEtMWZmNmQzODM4YzU4fHJlYWQ=", "cacheableOperations": [ "build", "lint",