Explorar el Código

drone: build cli to test

Herby Vojčík hace 4 años
padre
commit
c610ddf704
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .drone.yml

+ 2 - 0
.drone.yml

@@ -14,6 +14,8 @@ steps:
   - name: cli
     image: node
     commands:
+      - npm install
+      - grunt build:cli
       - cd cli
       - npm install
       - npm test