1
0
ソースを参照

drone: build cli to test

Herby Vojčík 4 年 前
コミット
c610ddf704
1 ファイル変更2 行追加0 行削除
  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