@clickview/ship-it 0.0.35-dev.3 → 0.0.35-dev.4
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.
|
@@ -158,7 +158,7 @@ var BumpPackagesTask = /** @class */ (function () {
|
|
|
158
158
|
// Bump the patch with the preId "dev". We currently only support dev prereleases on patch versions
|
|
159
159
|
if (options.preId === 'dev') {
|
|
160
160
|
utils_1.Logger.logMessage("Incrementing the patch version for each package and appending preId: \"dev\".");
|
|
161
|
-
return [2 /*return*/, "lerna
|
|
161
|
+
return [2 /*return*/, "lerna info"];
|
|
162
162
|
// return `lerna version prepatch --preid dev ${SHARED_LERNA_OPTIONS}`;
|
|
163
163
|
}
|
|
164
164
|
if (options.preId === 'rc') {
|