Explorar el Código

drone: check cli with actual lang

Herby Vojčík hace 4 años
padre
commit
058bddef5d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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