Remove force publish

This commit is contained in:
Fabio Berger
2018-07-25 11:51:06 +02:00
parent 91c7105d43
commit f9e99a27d3

View File

@@ -186,7 +186,7 @@ async function lernaPublishAsync(packageToNextVersion: { [name: string]: string
configs.NPM_REGISTRY_URL
}`;
if (configs.IS_LOCAL_PUBLISH) {
lernaPublishCmd += ` --skip-git --yes --force-publish *`;
lernaPublishCmd += ` --skip-git --yes`;
}
utils.log('Lerna is publishing...');
await execAsync(lernaPublishCmd, { cwd: constants.monorepoRootPath });