Steven Silvester il y a 6 ans
Parent
commit
caf7084ef9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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",