Closed LironEr closed 4 years ago
Just update the lib version so the example will work related to the last PR: https://github.com/serverless/serverless-azure-functions/pull/472
Note: Run npm run test:ci to run all validation checks on proposed changes
npm run test:ci
npm run lint
npm run lint:fix
npm test
Is this ready for review?: YES Is it a breaking change?: NO
What did you implement:
Just update the lib version so the example will work related to the last PR: https://github.com/serverless/serverless-azure-functions/pull/472
How did you implement it:
How can we verify it:
Todos:
Note: Run
npm run test:ci
to run all validation checks on proposed changesValidate via
npm run lint
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm test
Is this ready for review?: YES Is it a breaking change?: NO