rm .gitlab-ci.yml
parent
f9d0cd9ee5
commit
4c3d8f9194
|
@ -1,23 +0,0 @@
|
||||||
stages:
|
|
||||||
- lint
|
|
||||||
- build
|
|
||||||
|
|
||||||
lint:
|
|
||||||
stage: lint
|
|
||||||
script: |
|
|
||||||
yarn install
|
|
||||||
yarn lint
|
|
||||||
only:
|
|
||||||
- pushes
|
|
||||||
- merge_requests
|
|
||||||
- web
|
|
||||||
|
|
||||||
tsc:
|
|
||||||
stage: build
|
|
||||||
script: |
|
|
||||||
yarn install
|
|
||||||
tsc -p tsconfig.json -noEmit
|
|
||||||
only:
|
|
||||||
- pushes
|
|
||||||
- merge_requests
|
|
||||||
- web
|
|
Loading…
Reference in New Issue