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
It seems npm publish works fine, but yarn npm publish does not. Specifically, the yarn command returns an error saying we can't publish private package, implying it doesn't think we have access to the scope. npm publish works fine.
Fixes:
Move back to npm publish. We wanted the yarn variant to use workspace:* notation, but we can't because of nx anyway so let's just move back.