@@ -33,10 +33,11 @@ pipeline:
- ls -la
- ls -la go/bin
- CGO_ENALED=0 go build flowserver/cmd/flowserver
+
frontend-build:
image: node:6
commands:
- - cd browser/vue-flow && yarn
+ - cd browser/vue-flow && yarn build
dist:
image: docker