More attempts to fix vscode ci builds

This commit is contained in:
Kris De Volder
2018-01-31 16:36:29 -08:00
parent b8d7587a8b
commit 4e9f78ec7b
5 changed files with 9 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ workdir=`pwd`
curl https://raw.githubusercontent.com/textmate/yaml.tmbundle/master/Syntaxes/YAML.tmLanguage > yaml-support/yaml.tmLanguage
# Preinstall commons-vscode package
(cd ../commons-vscode ; npm install)
npm install ../commons-vscode
(cd ../commons-vscode ; npm install ; npm pack)
npm install ../commons-vscode/commons-vscode-*.tgz
# Use maven to build fat jar of the language server
cd ../../headless-services/concourse-language-server