File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"changelog" : " lerna-changelog" ,
6
6
"create-react-app" : " tasks/cra.sh" ,
7
7
"e2e" : " tasks/e2e-simple.sh" ,
8
- "postinstall" : " lerna bootstrap" ,
8
+ "postinstall" : " lerna bootstrap --concurrency 1 " ,
9
9
"publish" : " tasks/release.sh" ,
10
10
"start" : " node packages/react-scripts/scripts/start.js" ,
11
11
"test" : " node packages/react-scripts/scripts/test.js --env=jsdom"
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ root_path=$PWD
52
52
# ******************************************************************************
53
53
54
54
# Install all our packages
55
- " $root_path " /node_modules/.bin/lerna bootstrap
55
+ " $root_path " /node_modules/.bin/lerna bootstrap --concurrency 1
56
56
57
57
cd packages/react-scripts
58
58
Original file line number Diff line number Diff line change 41
41
42
42
cd " $root_path "
43
43
# Go!
44
- ./node_modules/.bin/lerna publish --independent " $@ "
44
+ ./node_modules/.bin/lerna publish --independent --concurrency 1 " $@ "
You can’t perform that action at this time.
0 commit comments