소스 검색

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 년 전
부모
커밋
df934a6387
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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