Fix vscode-bosh ci build

This commit is contained in:
Kris De Volder
2018-01-31 16:52:30 -08:00
parent bedee38a41
commit 2b010183a3
2 changed files with 11 additions and 10 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/bosh-language-server