We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6592a7 commit fe9b29fCopy full SHA for fe9b29f
package.json
@@ -7,7 +7,7 @@
7
"build-ext": "lerna run build:all",
8
"clean-ext": "lerna run clean",
9
"embedme": "embedme \"[!n]*/**/README.md\"",
10
- "install-py": "lerna exec -- python -m pip install -e .",
+ "install-py": "lerna exec --concurrency 4 -- python -m pip install -e .",
11
"install-ext": "lerna run install:extension",
12
"lint": "jlpm && jlpm run prettier",
13
"lint:check": "jlpm run embedme --verify && jlpm run prettier:check",
0 commit comments