mozilla / node-convict

Featureful configuration management library for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish convict@6.0.0 on NPM

madarche opened this issue · comments

@vladikoff could you publish convict@6.0.0 on NPM please?

The packages versions are set, the repository is tagged, the tag is pushed and the CHANGELOG has been updated.

⚠️ The project is now managed through Lerna and thus you will have to do the following to do the publishing:

cd node-convict
npm run setup
npx lerna publish from-git

I have explained and justified the project's structure and management in the CONTRIBUTING document.

This took me quite some time to be confident enough with the new structure wrt Lerna.

Please do not hesitate to read, test and ask.

Thanks a lot!

commented

@madarche To avoid mistake some package add "private": false, in their sub-package, this will disable npm publish but not lerna publish. I think I will also do in my project

@A-312 thanks! Any tip is greatly welcome! 😀

Do you mean "private": true?

commented

Do you mean "private": true?

Yes, I mean that, need a try but should work!

commented

In fact I'm not sure of what I said: lerna/lerna#536 (comment) 🤔 I maybe said a bullshit.

It's live! 🎆

Oh great! Thanks @vladikoff!