Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 594 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 594 Bytes

travis

lambda-get-package

Lambda function for getting package version info

How to:

Build this project

  1. Build the code: npm run build

Create and run tests

  1. Add tests by creating files with the .tests.ts suffix
  2. Run the tests: npm t
  3. Test coverage can be viewed at /coverage/lcov-report/index.html

Deploy to Production

  1. Create a tag prefixed with "prod-": npm tag prod-###
  2. Push tag to Github: npm push origin prod-###