stages:
- lint
- build
lint:
stage: lint
script: |
yarn install
yarn lint
tsc:
stage: build
tsc -p tsconfig.json -noEmit