From c3dfc5393a1a14c5aa084e91695629e889a3871b Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Thu, 15 Sep 2016 21:43:03 +0200 Subject: [PATCH] run "npm run tsc" after "npm install" in order to actually compile the javascript files --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3d953d..b200abe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ build_job: stage: build script: - npm install + - npm run tsc tags: - javascript except: