Skip to content

Commit 7e7a7d8

Browse files
fix(build): Limit concurrency for lerna bootstrap
1 parent e22be16 commit 7e7a7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ machine:
44
test:
55
override:
66
- npm install -g yarn
7-
- yarn run bootstrap
7+
- yarn run bootstrap -- --concurrency=1
88
- yarn run build

0 commit comments

Comments
 (0)