1.7.3 • Published 2 years ago
@rt_ecommerce/common-helpers v1.7.3
Common helpers for ecommerce node services
Steps for publishing new package version
- Login with npm
npm login- Make changes and build the project
npm run clean
npm run buildAdd all changes and commit the code
Increment the version with
npm version patch- Publish the package (access option is used for public package)
npm publish --access public