1
0
Jelajahi Sumber

drone: build cli to test

Herby Vojčík 4 tahun lalu
induk
melakukan
c610ddf704
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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