Browse Source

drone: install sdk deps as well

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

+ 3 - 0
.drone.yml

@@ -6,6 +6,9 @@ steps:
     image: node
     commands:
       - npm install
+      - cd sdk
+      - npm install
+      - cd ..
       - npm run test:sunit
 
   - name: cli