EndemolShineGroup/serverless-slack-notifier

View on GitHub
buildspec.yml

Summary

Maintainability
Test Coverage
version: 0.2

phases:
  install:
    commands:
      - npm i -g yarn
      - yarn
  build:
    commands:
      - yarn test:integration