Update Makefile to improve setup process

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-02 13:02:52 -03:00
commit 411906f4a8

View file

@ -130,8 +130,9 @@ frontendc:
make run_frontend
install_backend:
@echo 'Installing backend dependencies'
@echo 'Setting up the environment'
@make setup_env
@echo 'Installing backend dependencies'
@poetry install --extras deploy
backend: