diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-14 15:57:34 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-14 15:57:34 +0100 |
| commit | 52f342f9135264216cdbf3012ea115981d0bc294 (patch) | |
| tree | bbb2e13e3ce277be5407a1dd1b169ee7d12256d1 /Taskfile.yml | |
| parent | 799091e285bf918c4028ade435d9c974e27bb206 (diff) | |
Add Shape extraction from GTFS to new protobufs
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index 6cc0fce..0e91e78 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -14,7 +14,7 @@ tasks: build-proto: desc: Generates the protobuf bindings for C# and Python cmds: - - protoc --python_out=./src/gtfs_vigo_stops/src --pyi_out=./src/gtfs_vigo_stops/src --proto_path=./src/common ./src/common/stop_schedule.proto + - protoc --python_out=./src/gtfs_vigo_stops/src/proto --pyi_out=./src/gtfs_vigo_stops/src/proto --proto_path=./src/common ./src/common/stop_schedule.proto - protoc --csharp_out=./src/Costasdev.Busurbano.Backend/Types/ --proto_path=./src/common ./src/common/stop_schedule.proto build-backend: |
