Make commons-vscode a scoped package

This commit is contained in:
Kris De Volder
2018-04-02 09:40:49 -07:00
parent 58caf0d03e
commit c4da17aa72
10 changed files with 11 additions and 11 deletions

View File

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