run "npm run tsc" after "npm install" in order to actually compile the

javascript files
This commit is contained in:
Manuel Friedli 2016-09-15 21:43:03 +02:00
parent 0b3a38af3c
commit c3dfc5393a

View file

@ -13,6 +13,7 @@ build_job:
stage: build stage: build
script: script:
- npm install - npm install
- npm run tsc
tags: tags:
- javascript - javascript
except: except: