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 <alexhancock@block.xyz>
This commit is contained in:
Alex Hancock
2026-03-30 11:47:40 -04:00
parent a7f5c6c112
commit e3b78e8e81
-1
View File
@@ -1 +0,0 @@
registry=https://registry.npmjs.org/