Add typescript

This commit is contained in:
Amit Jakubowicz 2019-08-01 10:27:56 +02:00
parent 22b2e7c867
commit 2bb7de3607

View file

@ -11,6 +11,7 @@ deploy_staging:
- master
script:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- yarn global install typescript
- (cd server; yarn build)
- docker build -t eu.gcr.io/qpa-staging-237606/qpa:$CI_COMMIT_TAG .
- docker push eu.gcr.io/qpa-staging-237606/qpa:$CI_COMMIT_TAG