We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We got an npm monorepo with 100+ packages, the main package.json is set to private. When I run yalc publish I just get:
npm
package.json
private
yalc publish
Will not publish package with `private: true` use --private flag to force publishing
and 0 packages are published (lots of packages in the monorepo are public)
How to publish all public packages? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We got an
npm
monorepo with 100+ packages, the mainpackage.json
is set toprivate
. When I runyalc publish
I just get:and 0 packages are published (lots of packages in the monorepo are public)
How to publish all public packages? Thanks!
The text was updated successfully, but these errors were encountered: