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
|