1.0.19 • Published 2 years ago
@travismtickets/common v1.0.19
Commands used to build and package up the library
# Install the npm package
npm install @travismtickets/common
# Update library rebuild and publish it
# Commit all changes to github:
git add .; git commit -m "UPDATE"; git push REPO BRANCH_NAME
npm run pub
# This is an alias for the following command:
npm version patch && npm run build && npm publishUpdating services with new version
Once you update this package with the above commands you need to go into the services you want the updates and run the command: npm update @travismtickets/common this will update to the lastest version.