Skip to content

Commit 3b7cb37

Browse files
committed
Install not in editable mode
1 parent 8d935a4 commit 3b7cb37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 --concurrency 4 -- python -m pip install -e .",
10+
"install-py": "lerna exec --concurrency 4 -- python -m pip install . --use-feature=in-tree-build",
1111
"install-ext": "lerna run install:extension",
1212
"lint": "jlpm && jlpm run prettier",
1313
"lint:check": "jlpm run embedme --verify && jlpm run prettier:check",

postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
jlpm
2-
jlpm run lerna exec -- python -m pip install -e .
2+
jlpm run install-py
33
jupyter serverextension enable jlab_ext_example

0 commit comments

Comments
 (0)