瀏覽代碼

Fix: `npm run`.

Herby Vojčík 4 年之前
父節點
當前提交
7f690656a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -6,7 +6,7 @@ steps:
     image: node
     commands:
       - npm install
-      - npm test:sunit
+      - npm run test:sunit
 
   - name: cli
     image: node