Browse Source

drone: install sdk deps as well

Herby Vojčík 4 years ago
parent
commit
9228364722
1 changed files with 3 additions and 0 deletions
  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