Skip to content

Commit

Permalink
Remove pip feat use-feature=in-tree-build (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Mar 8, 2023
1 parent 95a1ae4 commit 5d4e804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5d4e804

Please sign in to comment.