diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 9a4871d..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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 \ No newline at end of file