Fix CI build of boot-java and boot-properties vscode extensions

This commit is contained in:
Kris De Volder
2018-01-31 16:59:47 -08:00
parent 2b010183a3
commit d61553ce0c
5 changed files with 25 additions and 24 deletions

View File

@@ -4,8 +4,8 @@ set -e
workdir=`pwd`
# 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/boot-java-language-server