Explorar el Código

drone: install sdk deps as well

Herby Vojčík hace 4 años
padre
commit
9228364722
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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