community-relations/.gitlab-ci.yml

13 lines
139 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 lint
2020-05-16 18:57:34 -04:00
2020-05-16 19:01:33 -04:00
tsc:
stage: build
script:
- tsc -p tsconfig.json -noEmit