Explorar o código

drone: build cli to test

Herby Vojčík %!s(int64=4) %!d(string=hai) anos
pai
achega
c610ddf704
Modificáronse 1 ficheiros con 2 adicións e 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