rm .gitlab-ci.yml

merge-requests/27/merge
Matthew 2021-07-02 17:14:53 -04:00
parent f9d0cd9ee5
commit 4c3d8f9194
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 0 additions and 23 deletions

View File

@ -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