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 năm trước cách đây
mục cha
commit
df934a6387
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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