Avoid stale lsp4j snapshots

This commit is contained in:
Kris De Volder
2016-11-30 15:50:45 -08:00
parent 62addeb9ce
commit f54489d08b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
set -e
(cd ../commons-vscode ; npm install)
npm install ../commons-vscode
../mvnw -f ../pom.xml -pl vscode-boot-properties -am clean package
../mvnw -U -f ../pom.xml -pl vscode-boot-properties -am clean package

View File

@@ -2,4 +2,4 @@
set -e
(cd ../commons-vscode ; npm install)
npm install ../commons-vscode
../mvnw -f ../pom.xml -pl vscode-manifest-yaml -am clean install
../mvnw -U -f ../pom.xml -pl vscode-manifest-yaml -am clean install