From 4b17f508618200668c2743ad20c53d02b9821f04 Mon Sep 17 00:00:00 2001 From: Kasper Peulen Date: Fri, 28 Nov 2025 20:33:37 +0100 Subject: [PATCH 1/2] Test --- scripts/npm-auth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/npm-auth.ts b/scripts/npm-auth.ts index 913616da1d9a..dc62a330b291 100644 --- a/scripts/npm-auth.ts +++ b/scripts/npm-auth.ts @@ -22,6 +22,7 @@ export function npmAuth(opts: AuthOptions & { outputDir?: string }): Promise { client.adduser( registry, From 11bdbc3a12095ab81b5e87e1f397c6135371cd73 Mon Sep 17 00:00:00 2001 From: Kasper Peulen Date: Fri, 28 Nov 2025 20:47:35 +0100 Subject: [PATCH 2/2] Add new nx connection --- nx.json | 2 +- scripts/npm-auth.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nx.json b/nx.json index ab9fddb711db..02bee2a0b9f5 100644 --- a/nx.json +++ b/nx.json @@ -1,6 +1,6 @@ { "$schema": "./node_modules/nx/schemas/workspace-schema.json", - "nxCloudId": "606dc2e0c2e8d5671d813305", + "nxCloudId": "6929fbef73e98d8094d2a343", "defaultBase": "next", "parallel": 8, "pluginsConfig": { diff --git a/scripts/npm-auth.ts b/scripts/npm-auth.ts index dc62a330b291..913616da1d9a 100644 --- a/scripts/npm-auth.ts +++ b/scripts/npm-auth.ts @@ -22,7 +22,6 @@ export function npmAuth(opts: AuthOptions & { outputDir?: string }): Promise { client.adduser( registry,