diff --git a/Makefile b/Makefile index ff540da0d..c31595e51 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ frontend: make run_frontend install_backend: - poetry install + poetry install --extras deploy backend: make install_backend