language: node_js cache: false install: - yarn install --frozen-lockfile --network-timeout 1000000 script: set -e; yarn run lint; yarn run check-types; yarn run build; yarn run test;