Merge pull request #1979 from 0xProject/fix/updateLerna
Update Lerna fork to latest version
This commit is contained in:
commit
ff8fabf49e
@ -77,7 +77,7 @@
|
||||
"graceful-fs": "4.1.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x-lerna-fork/lerna": "3.0.0-beta.26",
|
||||
"@0x-lerna-fork/lerna": "3.16.7",
|
||||
"@0xproject/npm-cli-login": "^0.0.11",
|
||||
"async-child-process": "^1.1.1",
|
||||
"bundlewatch": "^0.2.1",
|
||||
|
@ -261,10 +261,13 @@ async function lernaPublishAsync(packageToNextVersion: { [name: string]: string
|
||||
configs.NPM_REGISTRY_URL
|
||||
} --yes`;
|
||||
if (configs.IS_LOCAL_PUBLISH) {
|
||||
lernaPublishCmd += ` --skip-git`;
|
||||
lernaPublishCmd += ` --no-git-tag-version --no-push`;
|
||||
}
|
||||
utils.log('Lerna is publishing...');
|
||||
await execAsync(lernaPublishCmd, { cwd: constants.monorepoRootPath });
|
||||
await execAsync(lernaPublishCmd, {
|
||||
cwd: constants.monorepoRootPath,
|
||||
maxBuffer: 102400000, // 500 * 1024 * 200
|
||||
});
|
||||
}
|
||||
|
||||
function updateVersionNumberIfNeeded(currentVersion: string, proposedNextVersion: string): string {
|
||||
|
Loading…
x
Reference in New Issue
Block a user