🔧 chore(Makefile): update 'install_backend' target to include 'deploy' extras when installing dependencies with Poetry

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-14 17:05:52 -03:00
commit 861b8d048e

View file

@ -42,7 +42,7 @@ frontend:
make run_frontend
install_backend:
poetry install
poetry install --extras deploy
backend:
make install_backend