Browse Source

Droning building Sun Jan 21 18:50:57 -02 2018

luis 7 years ago
parent
commit
74bb962ddb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -36,7 +36,7 @@ pipeline:
   frontend-build:
     image: node:6
     commands:
-      - yarn build
+      - cd browser/vue-flow && yarn 
   
   dist:
     image: docker