Skip to content

Commit df4e80c

Browse files
committed
chore: readd concurrency to bootstrap regen locks
1 parent 864d021 commit df4e80c

File tree

5 files changed

+5
-1904
lines changed

5 files changed

+5
-1904
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"bin": "packages/cli-repl/bin/mongosh.js",
66
"scripts": {
77
"prebootstrap": "npm install",
8-
"bootstrap": "lerna bootstrap",
8+
"bootstrap": "lerna bootstrap --concurrency=1",
99
"clean": "lerna clean -y && rm -Rf node_modules",
1010
"check": "echo",
1111
"check-ci": "echo",

0 commit comments

Comments
 (0)