Remove force publish
This commit is contained in:
		@@ -186,7 +186,7 @@ async function lernaPublishAsync(packageToNextVersion: { [name: string]: string
 | 
				
			|||||||
        configs.NPM_REGISTRY_URL
 | 
					        configs.NPM_REGISTRY_URL
 | 
				
			||||||
    }`;
 | 
					    }`;
 | 
				
			||||||
    if (configs.IS_LOCAL_PUBLISH) {
 | 
					    if (configs.IS_LOCAL_PUBLISH) {
 | 
				
			||||||
        lernaPublishCmd += ` --skip-git --yes --force-publish *`;
 | 
					        lernaPublishCmd += ` --skip-git --yes`;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    utils.log('Lerna is publishing...');
 | 
					    utils.log('Lerna is publishing...');
 | 
				
			||||||
    await execAsync(lernaPublishCmd, { cwd: constants.monorepoRootPath });
 | 
					    await execAsync(lernaPublishCmd, { cwd: constants.monorepoRootPath });
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user