diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9363ea5..8ee493d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,8 @@ image: node:10-alpine -before_script: - - npm install -g vsce - - npm install -g typescript - stages: - - test - build + - test # - package code_quality: @@ -31,6 +27,8 @@ code_quality: transpile: stage: build before_script: + - npm install -g vsce + - npm install -g typescript - npm install script: - tsc -p ./