Skip to content

Commit fe9b29f

Browse files
committed
Limit to 4 concurrent for the install-py cmd
1 parent e6592a7 commit fe9b29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build-ext": "lerna run build:all",
88
"clean-ext": "lerna run clean",
99
"embedme": "embedme \"[!n]*/**/README.md\"",
10-
"install-py": "lerna exec -- python -m pip install -e .",
10+
"install-py": "lerna exec --concurrency 4 -- python -m pip install -e .",
1111
"install-ext": "lerna run install:extension",
1212
"lint": "jlpm && jlpm run prettier",
1313
"lint:check": "jlpm run embedme --verify && jlpm run prettier:check",

0 commit comments

Comments
 (0)