diff --git a/Makefile b/Makefile index 7a4a2f9d30..32fcd5f621 100644 --- a/Makefile +++ b/Makefile @@ -922,7 +922,7 @@ node_modules: package-lock.json @touch node_modules .venv: poetry.lock - poetry install + poetry install --no-root @touch .venv .PHONY: update