1
0
Ver Fonte

drone: build cli to test

Herby Vojčík há 4 anos atrás
pai
commit
c610ddf704
1 ficheiros alterados com 2 adições e 0 exclusões
  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