Move from using lerna multi-package commands to wsrun, update README's accordingly

This commit is contained in:
Fabio Berger
2018-05-14 19:23:50 +02:00
parent c94d1b2275
commit 478f6ed011
63 changed files with 289 additions and 452 deletions

View File

@@ -75,7 +75,7 @@ const packageNameToWebsitePath: { [name: string]: string } = {
async function confirmDocPagesRenderAsync(packages: LernaPackage[]) {
// push docs to staging
utils.log("Upload all docJson's to S3 staging...");
await execAsync(`yarn lerna:stage_docs`, { cwd: constants.monorepoRootPath });
await execAsync(`yarn stage_docs`, { cwd: constants.monorepoRootPath });
// deploy website to staging
utils.log('Deploy website to staging...');