Start from a copy of manfest-yaml editor

This commit is contained in:
Kris De Volder
2016-12-13 10:11:39 -08:00
parent 3449a04d94
commit 8075dc12e0
74 changed files with 2303 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
(cd ../commons-vscode ; npm install)
npm install ../commons-vscode
../mvnw -U -f ../pom.xml -pl vscode-concourse -am clean install