From af5376aa263ffab78b38411c4f2a400f1f46f338 Mon Sep 17 00:00:00 2001 From: kujtimprenkuSQA Date: Thu, 11 Jan 2024 10:08:50 +0100 Subject: [PATCH 1/2] Ingore .nx/ chache files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf308856c..f1ef64f43 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ npm-debug.log yarn-error.log testem.log /typings +.nx # System Files .DS_Store From cf4d7597e448577376855255411c4030d611b2f4 Mon Sep 17 00:00:00 2001 From: kujtimprenkuSQA Date: Thu, 11 Jan 2024 10:40:12 +0100 Subject: [PATCH 2/2] Create new read-only token for nx-cloud. --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 5b342c001..be060ad73 100644 --- a/nx.json +++ b/nx.json @@ -13,7 +13,7 @@ "runner": "nx-cloud", "options": { "cacheableOperations": ["build", "lint", "test", "e2e"], - "accessToken": "NzY1ODVkMGItMTVlNC00MzQxLWJkYmQtZGFkNzY0YmFmODA3fHJlYWQtd3JpdGU=" + "accessToken": "ZjI3YmQzNmItNGFlYy00OTEzLWI4MTItZTU1MGQ3NzRhZTJhfHJlYWQ=" } } },