chore: Update Makefile to include PostgreSQL in backend installation (#7561)

fix: update Makefile to include 'postgresql' in backend installation command
This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-04-10 14:23:24 -03:00 committed by GitHub
commit 4953227391
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ reinstall_backend: ## forces reinstall all dependencies (no caching)
install_backend: ## install the backend dependencies
@echo 'Installing backend dependencies'
@uv sync --frozen $(EXTRA_ARGS)
@uv sync --frozen --extra "postgresql" $(EXTRA_ARGS)
install_frontend: ## install the frontend dependencies
@echo 'Installing frontend dependencies'