Lambda function for getting package version info
- Build the code:
npm run build
- Add tests by creating files with the
.tests.tssuffix - Run the tests:
npm t - Test coverage can be viewed at
/coverage/lcov-report/index.html
- Create a tag prefixed with "prod-":
npm tag prod-### - Push tag to Github:
npm push origin prod-###