1.0.3 • Published 2 years ago
@project-abcd/common v1.0.3
Steps to publish this on NPM registry
Make sure you are login into npm in npm cli
Create an organisation in
NPMregistry for exampleproject-abcdchange the name in
package.json
{
"name": "@project-abcd/common"
// ... rest
}- Everytime you publish new release
git add .
git commit -am "changed something"
npm run pub- Everywhere else where you are using this package
npm update @project-abcd/common --save