From 5d4e804a57f96f0065346a6e87245c3b07f48cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Wed, 8 Mar 2023 16:41:17 +0100 Subject: [PATCH] Remove pip feat use-feature=in-tree-build (#223) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a657e97..7cf71309 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build-ext": "lerna run build:all", "clean-ext": "lerna run clean", "embedme": "embedme \"[!n]*/**/README.md\"", - "install-py": "lerna exec --concurrency 4 -- python -m pip install . --use-feature=in-tree-build", + "install-py": "lerna exec --concurrency 4 -- python -m pip install .", "install-ext": "lerna run install:extension", "lint": "jlpm && jlpm run prettier", "lint:check": "jlpm run embedme --verify && jlpm run prettier:check",