From e3b78e8e81f5385211cf554a971e912f202f1f9d Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Mon, 30 Mar 2026 11:47:40 -0400 Subject: [PATCH] fix: remove ui/acp/.npmrc to allow auth token inheritance The ui/acp/.npmrc file with registry= prevents npm from inheriting the auth token from the parent ui/.npmrc during publishing. This is the same fix that was applied to ui/text/.npmrc in a36ca9a. Fixes the ENEEDAUTH error in the publish-npm workflow. Signed-off-by: Alex Hancock --- ui/acp/.npmrc | 1 - 1 file changed, 1 deletion(-) delete mode 100644 ui/acp/.npmrc diff --git a/ui/acp/.npmrc b/ui/acp/.npmrc deleted file mode 100644 index 214c29d1..00000000 --- a/ui/acp/.npmrc +++ /dev/null @@ -1 +0,0 @@ -registry=https://registry.npmjs.org/