@blog-alchemy/blog-alchemy-shared-pkg
v1.0.100
Published
BA Shared types and utils package
Keywords
Readme
Blog Alchemy Shared Library
Versioning
Use following command to bump the version. This will update package.json and package-lock.json. It will create a commit and a tag you can push to remote repository.
npm version patchPublishing
Firstly, make sure you are logged in to NPM CLI.
npm loginUse following command to publish the library. This will automatically build and publish the package to NPM.
npm publish