From 5dad243ad9857dc82c91fe86aaa400ee4e93f5e5 Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Wed, 12 May 2021 23:30:15 -0400 Subject: [PATCH] Fix CI Intermittent failures (#3376) Co-authored-by: Opender Singh --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b150a70c4..1f1b651be 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "build": "lerna run build --parallel", "lint": "lerna run lint --parallel --stream --no-bail", "lint:fix": "lerna run lint:fix --parallel --stream --no-bail", - "bootstrap": "npm install && lerna bootstrap && lerna run --parallel --stream bootstrap", + "bootstrap": "npm install && lerna bootstrap && lerna run --stream bootstrap", "version": "lerna version --exact --preid beta --force-publish", "version:dry": "npm run version -- --no-git-tag-version", "publish": "lerna publish from-git --pre-dist-tag beta",