1
0
Pārlūkot izejas kodu

drone: Use inst ../lang trick with instllable cli

It doesn't actually need lang, only test run deps,
but I cannot choose only dev dependencies afaik.
Herby Vojčík 5 gadi atpakaļ
vecāks
revīzija
df934a6387
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -63,6 +63,7 @@ steps:
     commands:
       - if [ -f .skip ]; then exit; fi
       - cd cli
+      - npm install ../lang
       - npm install
   - name: install-and-test
     image: node:lts