cjmling / findings

Notes on stuff i finds worth keeping for quick reference later on.
2 stars 0 forks source link

How to publish to npm #344

Open cjmling opened 11 months ago

cjmling commented 11 months ago

just run command npm publish

It will compile and publish automatically.

But don't forget to update version in package.json otherwise it will error