Fix CI Intermittent failures (#3376)

Co-authored-by: Opender Singh <opender.singh@konghq.com>
This commit is contained in:
Dimitri Mitropoulos 2021-05-12 23:30:15 -04:00 committed by GitHub
parent 162ca5aec0
commit 5dad243ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",