@tripmirror/common
v1.0.6
Published
Trip mirror app common code library.
Readme
tm-common
Library of common code for TripMirror services that is imported as npm package from npm repo.
How to publish changes to npm package after making a change in a file. -> After making all the necessary changes run the commands in below order in "common" directory:
- git add .
- git commit -m
- npm version patch
- npm run build
- npm publish
