Fix CI build of boot-java and boot-properties vscode extensions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user