Browse Source

Droning building Sun Jan 21 18:52:00 -02 2018

luis 7 years ago
parent
commit
3b208d0bf9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .drone.yml

+ 2 - 1
.drone.yml

@@ -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