Add skip-git for testing
This commit is contained in:
@@ -172,7 +172,7 @@ async function updateChangeLogsAsync(updatedPublicPackages: Package[]): Promise<
|
||||
async function lernaPublishAsync(packageToVersionChange: { [name: string]: string }): Promise<void> {
|
||||
// HACK: Lerna publish does not provide a way to specify multiple package versions via
|
||||
// flags so instead we need to interact with their interactive prompt interface.
|
||||
const child = spawn('lerna', ['publish'], {
|
||||
const child = spawn('lerna', ['publish', `--skip-git`], {
|
||||
cwd: constants.monorepoRootPath,
|
||||
});
|
||||
let shouldPrintOutput = false;
|
||||
|
||||
Reference in New Issue
Block a user