From 9ab24cfb8424e27411b405c6267fec16ae13a1c9 Mon Sep 17 00:00:00 2001 From: Mirko Mollik Date: Wed, 4 Sep 2024 19:19:40 +0200 Subject: [PATCH] Update nx.json Signed-off-by: Mirko Mollik --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index cb0298c..40dc400 100644 --- a/nx.json +++ b/nx.json @@ -81,5 +81,5 @@ "@nx/angular:library": { "linter": "eslint", "unitTestRunner": "jest" }, "@nx/angular:component": { "style": "scss", "skipTests": true } }, - "nxCloudAccessToken": "ZDI5YjgxN2MtMzcxZS00ZTVjLWJhOTItYWZiMGM5MGIzM2U5fHJlYWQtd3JpdGU=" + "nxCloudAccessToken": "OTRjZWVlYTktMDI5OS00MTUzLWE4YWEtMWEzZDYwZTFkNzc5fHJlYWQ=" }