Browse Source

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 4 years ago
parent
commit
df934a6387
1 changed files with 1 additions and 0 deletions
  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