Skip to content

Commit

Permalink
fix(build): Limit concurrency for lerna bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Mar 31, 2017
1 parent e22be16 commit 7e7a7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ machine:
test:
override:
- npm install -g yarn
- yarn run bootstrap
- yarn run bootstrap -- --concurrency=1
- yarn run build

0 comments on commit 7e7a7d8

Please sign in to comment.