testing
This commit is contained in:
@@ -187,6 +187,9 @@ async function lernaPublishAsync(packageToNextVersion: { [name: string]: string
|
|||||||
const isCustomVersionPrompt = _.includes(output, 'Enter a custom version');
|
const isCustomVersionPrompt = _.includes(output, 'Enter a custom version');
|
||||||
if (isCustomVersionPrompt) {
|
if (isCustomVersionPrompt) {
|
||||||
const versionChange = packageToNextVersion[packageName];
|
const versionChange = packageToNextVersion[packageName];
|
||||||
|
if (_.isUndefined(versionChange)) {
|
||||||
|
console.log('versionChange', versionChange, ' UNDEFINED!');
|
||||||
|
}
|
||||||
child.stdin.write(`${versionChange}\n`);
|
child.stdin.write(`${versionChange}\n`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user