You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix npm publish error by adding --access public flag
Resolves "402 Payment Required" error when publishing scoped package.
Scoped packages (@organization/package) are private by default and require
the --access public flag to publish as public packages.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments