From 52f342f9135264216cdbf3012ea115981d0bc294 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 14 Nov 2025 15:57:34 +0100 Subject: Add Shape extraction from GTFS to new protobufs --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Taskfile.yml') 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: -- cgit v1.3