diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01e1d5a..a2268fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ image: node:10-alpine before_script: - npm install -g vsce + - npm install -g typescript stages: - prepare