Fix map_assets

This commit is contained in:
Andras Schmelczer 2026-02-07 20:29:34 +00:00
parent 4506263e5b
commit a7d528fb68
2 changed files with 109 additions and 1 deletions

View file

@ -19,7 +19,7 @@ tasks:
- test -d frontend/public/assets/fonts
- test -d frontend/public/assets/twemoji
cmds:
- uv run python scripts/download_map_assets.py
- uv run python -m pipeline.download.map_assets --output frontend/public/assets
test:
desc: Run all tests (Python and Rust)