gitpkg icon indicating copy to clipboard operation
gitpkg copied to clipboard

Support private packages

Open appsforartists opened this issue 3 years ago • 0 comments

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.

appsforartists avatar Mar 20 '21 00:03 appsforartists