Explorar o código

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 %!s(int64=4) %!d(string=hai) anos
pai
achega
df934a6387
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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