Skip to content

How to update and publish to npm

Jason Zhen edited this page Jul 6, 2022 · 2 revisions

Increment the semantic version (patch, minor, or major).

npm version patch

Publish to npm.

npm publish --access public

If you are not logged in, you will need to log in by using npm adduser.

Clone this wiki locally