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

@@ -5,7 +5,7 @@ workdir=`pwd`
# 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
# Copy grammar files for .properties and .yml format
curl https://raw.githubusercontent.com/textmate/yaml.tmbundle/master/Syntaxes/YAML.tmLanguage > yaml-support/yaml.tmLanguage