Browse Source

Droning building

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

+ 2 - 1
.drone.yml

@@ -12,7 +12,8 @@ pipeline:
     image: node:6
     image: node:6
     commands:
     commands:
       - cd browser/vue-flow
       - cd browser/vue-flow
+      - yarn
       - yarn build
       - yarn build
-      - cp dist ../../DIST/web
       - ls ../../
       - ls ../../
+      - cp dist ../../DIST/web