lume / cli

A CLI for managing TypeScript packages.
6 stars 2 forks source link

Add a way to specify npm publish access (private or public) #16

Open trusktr opened 3 years ago

trusktr commented 3 years ago

See here:

https://github.com/lume/cli/blob/530276041a04755ab2ed134c8e7e7f084f356919/scripts/postversion.sh#L4-L5

I've been publishing only "public" packages, even if they are published to a private registry. I haven't actually published "private" packages before. But someone may eventually need to do this.