zarro 1.205.0 → 1.206.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -253,6 +253,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
253
253
  }
254
254
  }
255
255
  else {
256
+ allErrors.push(`Test run fails for: ${tryFindTestProjectFromTestCli(result.args)}`);
256
257
  allErrors.push(errors.join("\n"));
257
258
  }
258
259
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.205.0",
3
+ "version": "1.206.0",
4
4
  "description": "Some glue to make gulp easier, perhaps even zero- or close-to-zero-conf",
5
5
  "bin": {
6
6
  "zarro": "index.js"