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:
parent
dff2606fa0
commit
4953227391
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue