aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml2
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: