Sfoglia il codice sorgente

drone: install sdk deps as well

Herby Vojčík 4 anni fa
parent
commit
9228364722
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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