Browse Source

drone: need sdk deps for building

Herby Vojčík 4 năm trước cách đây
mục cha
commit
bb1c75b651
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .drone.yml

+ 3 - 0
.drone.yml

@@ -18,6 +18,9 @@ steps:
     image: node
     commands:
       - npm install
+      - cd sdk
+      - npm install
+      - cd ..
       - npm run build:cli
       - cd cli
       - npm install