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 8d935a4 commit 3b7cb37Copy full SHA for 3b7cb37
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 --concurrency 4 -- python -m pip install -e .",
+ "install-py": "lerna exec --concurrency 4 -- python -m pip install . --use-feature=in-tree-build",
11
"install-ext": "lerna run install:extension",
12
"lint": "jlpm && jlpm run prettier",
13
"lint:check": "jlpm run embedme --verify && jlpm run prettier:check",
postBuild
@@ -1,3 +1,3 @@
1
jlpm
2
-jlpm run lerna exec -- python -m pip install -e .
+jlpm run install-py
3
jupyter serverextension enable jlab_ext_example
0 commit comments