diff --git a/Makefile b/Makefile index 149075e89..92c8d8321 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,6 @@ install-venv: check-prerequisites . .venv/bin/activate; pip install -Ur requirements.txt install-yarn: check-prerequisites - corepack enable yarn set version stable yarn install make install-prettier