Browse Source

Droning building

luis 7 năm trước cách đây
mục cha
commit
e3b6705b85
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .drone.yml

+ 2 - 1
.drone.yml

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