@lerna/exec
Advanced tools
Comparing version 3.0.0-beta.13 to 3.0.0-beta.14
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.0.0-beta.14"></a> | ||
# [3.0.0-beta.14](https://github.com/lerna/lerna/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2018-04-03) | ||
### Bug Fixes | ||
* **logging:** Log failures from package scripts once, not twice ([436cfe1](https://github.com/lerna/lerna/commit/436cfe1)) | ||
<a name="3.0.0-beta.13"></a> | ||
@@ -8,0 +20,0 @@ # [3.0.0-beta.13](https://github.com/lerna/lerna/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2018-03-31) |
@@ -53,4 +53,7 @@ "use strict"; | ||
this.runCommandInPackage(pkg).catch(err => { | ||
this.logger.error("exec", `'${err.cmd}' errored in '${pkg.name}'`); | ||
if (err.code) { | ||
this.logger.error("exec", `Errored while executing '${err.cmd}' in '${pkg.name}'`); | ||
// log non-lerna error cleanly | ||
err.pkg = pkg; | ||
} | ||
@@ -57,0 +60,0 @@ |
{ | ||
"name": "@lerna/exec", | ||
"version": "3.0.0-beta.13", | ||
"version": "3.0.0-beta.14", | ||
"description": "TODO", | ||
@@ -37,5 +37,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@lerna/batch-packages": "^3.0.0-beta.11", | ||
"@lerna/batch-packages": "^3.0.0-beta.14", | ||
"@lerna/child-process": "^3.0.0-beta.13", | ||
"@lerna/command": "^3.0.0-beta.13", | ||
"@lerna/command": "^3.0.0-beta.14", | ||
"@lerna/filter-options": "^3.0.0-beta.9", | ||
@@ -45,3 +45,3 @@ "@lerna/run-parallel-batches": "^3.0.0-beta.0", | ||
}, | ||
"gitHead": "4cae54bce76bf156e71a2881418104c442f97c62" | ||
"gitHead": "4c4aceee84b39eb399e968a0c87241ee59edce4f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8779
145