Updating the NPM package
W/O committing changes to git:
- npm run build
- npm version X.Y.Z --no-git-tag-version
With committing changes to git:
-
commit all changes
-
npm run build
-
npm version <patch/manor/major>
-
npm publish
-
update package version in the apps using this package