浏览代码

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