Skip to content

Conversation

@masnwilliams
Copy link
Contributor

@masnwilliams masnwilliams commented Feb 6, 2026

Summary

  • Adds registry: "https://registry.npmjs.org" to publishConfig in package.json
  • Fixes yarn publish failing with "https://registry.yarnpkg.com/@onkernel%2fsdk: Not found" because Yarn's registry proxy is failing for scoped package publishes
  • No code or publish script changes were made between v0.30.0 (which worked) and v0.31.1 (which failed) — this is an external Yarn registry issue

Test plan

  • Re-run the Publish NPM workflow after merging

Made with Cursor


Note

Low Risk
Single metadata change affecting publish destination only; no runtime code changes, but it can impact release/publish behavior.

Overview
For npm publishing, package.json now pins publishConfig.registry to https://registry.npmjs.org (keeping access: "public") so yarn publish targets the npm registry directly instead of Yarn’s proxy.

Written by Cursor Bugbot for commit 52a9c5d. This will update automatically on new commits. Configure here.

Yarn's registry proxy (registry.yarnpkg.com) is failing with "Not found"
for scoped package publishes. Explicitly set the npm registry in
publishConfig to bypass the proxy.

Co-authored-by: Cursor <cursoragent@cursor.com>
@masnwilliams masnwilliams merged commit 0c44f2e into main Feb 6, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants