run "npm run tsc" after "npm install" in order to actually compile the
javascript files
This commit is contained in:
parent
0b3a38af3c
commit
c3dfc5393a
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue