language: node_js
install:
  - yarn install --frozen-lockfile
script:
  - yarn run lint
  - yarn run type-coverage
  - yarn run test
  - yarn run build
after_success:
  - yarn run codecov
  