language: node_js node_js: - "12" cache: yarn: true directories: - node_modules script: - yarn lint - yarn tsc - yarn build:quiet