fix install

This commit is contained in:
Ruby 2026-01-26 19:59:39 +00:00
parent 88377cc7f6
commit 47ebe1edc6
2 changed files with 4 additions and 26 deletions

View file

@ -4,6 +4,7 @@ tasks:
install:
desc: Install dependencies, generate client, and download data
cmds:
- uv run generate_tfl_client.py
- uv sync
- cd frontend && npm install
@ -12,7 +13,6 @@ tasks:
deps:
- install
cmds:
- uv run python generate_tfl_client.py
- uv run python download_land_registry.py
- uv run python download_arcgis_data.py