Steven Silvester 6 年之前
父节点
当前提交
caf7084ef9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test-apputils/package.json

+ 1 - 1
tests/test-apputils/package.json

@@ -5,7 +5,7 @@
   "scripts": {
     "build": "tsc -b",
     "clean": "rimraf build && rimraf coverage",
-    "coverage": "python run.py --coverage",
+    "coverage": "python run.py --coverage || python run.py --coverage",
     "test": "python run.py",
     "watch": "python run.py --debug",
     "watch:all": "python run.py --debug --watchAll",