concourse editor basics working, tests passing

This commit is contained in:
Kris De Volder
2016-12-14 16:32:02 -08:00
parent e09c6cb8cd
commit d199bb260f
31 changed files with 539 additions and 143 deletions

View File

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