Browse Source

drone: need sdk deps for building

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