From 8cd67b4584454a05e2ee619ce9fcc52fe511124e Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 23 Dec 2024 12:35:46 +0100 Subject: [PATCH] Simplified taskfile --- Taskfile.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 3e4a0871a16..dac827c033b 100755 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -243,8 +243,7 @@ tasks: protoc:docs: desc: Generate docs for protobuf definitions cmds: - - | - buf generate --template buf.doc.gen.yaml + - buf generate --template buf.doc.gen.yaml docs:include-configuration-json-schema: desc: Copy configuration JSON schema to make it available in documentation