Browse Source

drone: check cli with actual lang

Herby Vojčík 4 years ago
parent
commit
058bddef5d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -37,6 +37,7 @@ steps:
       - npm install
       - cd ..
       - cd cli
+      - npm install ../lang
       - npm install
   - name: build
     image: node:lts