aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c15154c..a02f6eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,7 @@ Run linter and static analyzer:
23 - yarn install 23 - yarn install
24 script: 24 script:
25 - yarn typecheck 25 - yarn typecheck
26 - yarn run lint
26 27
27# TODO: GitlabCI free runners are only for linux - need to investigate for macos and windows artifacts 28# TODO: GitlabCI free runners are only for linux - need to investigate for macos and windows artifacts
28Build the app: 29Build the app: