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
I see that I need to add private: true to package.json to prevent public publishing, but if i do this the publish step gets skipped entirely. I would love there to be clear documentation on using the CLI to publish private packages.
Description
I see that I need to add
private: trueto package.json to prevent public publishing, but if i do this the publish step gets skipped entirely. I would love there to be clear documentation on using the CLI to publish private packages.