Skip to content

Commit

Permalink
chore: Set lerna concurrency on ci (#16973)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthachatterjee authored and wardpeet committed Aug 23, 2019
1 parent a25bc27 commit 42c1c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -103,7 +103,7 @@ jobs:
- <<: *restore_cache
- <<: *install_node_modules
- <<: *persist_cache
- run: yarn bootstrap
- run: yarn bootstrap -- concurrency=2
- persist_to_workspace:
root: packages
paths:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -72,7 +72,7 @@
}
},
"scripts": {
"bootstrap": "npm-run-all -s check-versions lerna-prepare",
"bootstrap": "npm-run-all -s check-versions \"lerna-prepare -- --{@}\" --",
"check-versions": "babel-node scripts/check-versions.js",
"check-repo-fields": "babel-node scripts/check-repo-fields.js",
"format": "npm run format:code && npm run format:other && npm run format:svg",
Expand Down

0 comments on commit 42c1c5e

Please sign in to comment.