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

bolt publish command tries to publish private packages #162

Closed
rzymek01 opened this issue Mar 30, 2018 · 2 comments
Closed

bolt publish command tries to publish private packages #162

rzymek01 opened this issue Mar 30, 2018 · 2 comments

Comments

@rzymek01
Copy link

Title Description
Version 0.20.0
Type Bug
node 8.10.0
Operating System MacOS
Short Description publish command tries to publish private packages
Detailed description another variable is used here https://github.com/boltpkg/bolt/blob/master/src/commands/publish.js#L86 and in the next line
It should be "publicPackages".

BTW Why didn't eslint detect unsed variable?

Symptoms in logs:

$ npm publish --access public npm
$ npm publish --access public ERR! This package has been marked as private
$ npm publish --access public npm ERR! Remove the 'private' field from the package.json to publish it.

@lukebatchelor
Copy link
Member

O.o

If I'm not mistaken eslint isn't used in this repo, but interesting there was no typing issues using an undefined variable... I'll take a look after the weekend if you like

@lukebatchelor
Copy link
Member

Oh, this was fixed btw.

Thanks for reportimg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants