Skip to content

Support private packages #34

@appsforartists

Description

@appsforartists

package.json's private field can be used to denote packages that should not be published. It would be handy to use this field with gitpkg.

For instance, given:

packages
- core 
- extras
- demos (private: true)

running yarn workspaces run gitpkg publish --ignore-private would publish core and extras, but not demos.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions