Skip to content
New issue

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

fix(publish): skip private workspaces #3285

Merged

Commits on May 27, 2021

  1. fix(publish): skip private workspaces

    Allow users to publish all workspaces with `npm publish --ws` while also
    skipping any workspace that might have been intentionally marked as
    private, using `"private": true` in its package.json file.
    
    Fixes: npm#3268
    
    PR-URL: npm#3285
    Credit: @ruyadorno
    Close: npm#3285
    Reviewed-by: @wraithgar
    ruyadorno authored and wraithgar committed May 27, 2021
    1
    Copy the full SHA
    4a4fbe3 View commit details
    Browse the repository at this point in the history