community-relations/.gitlab-ci.yml

15 lines
173 B
YAML
Raw Normal View History

2020-05-16 19:01:33 -04:00
stages:
- lint
- build
2020-05-16 18:57:34 -04:00
2020-05-16 19:01:33 -04:00
lint:
stage: lint
script: |
yarn install
yarn lint
2020-05-16 18:57:34 -04:00
2020-05-16 19:01:33 -04:00
tsc:
stage: build
script: |
yarn install
tsc -p tsconfig.json -noEmit