Skip to content

Commit 42c1c5e

Browse files
sidharthachatterjeewardpeet
authored andcommittedAug 23, 2019
chore: Set lerna concurrency on ci (#16973)
1 parent a25bc27 commit 42c1c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- <<: *restore_cache
104104
- <<: *install_node_modules
105105
- <<: *persist_cache
106-
- run: yarn bootstrap
106+
- run: yarn bootstrap -- concurrency=2
107107
- persist_to_workspace:
108108
root: packages
109109
paths:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373
},
7474
"scripts": {
75-
"bootstrap": "npm-run-all -s check-versions lerna-prepare",
75+
"bootstrap": "npm-run-all -s check-versions \"lerna-prepare -- --{@}\" --",
7676
"check-versions": "babel-node scripts/check-versions.js",
7777
"check-repo-fields": "babel-node scripts/check-repo-fields.js",
7878
"format": "npm run format:code && npm run format:other && npm run format:svg",

0 commit comments

Comments
 (0)
Please sign in to comment.