From 42404aa6231f732c87e2e7c94dd4413f12cb894f Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 7 Dec 2023 16:16:58 +0100 Subject: [PATCH] Fixed docs:include-configuration-json-schema task --- DistTasks.yml | 2 +- Taskfile.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DistTasks.yml b/DistTasks.yml index 2231c439dc7..7aaaff47a26 100644 --- a/DistTasks.yml +++ b/DistTasks.yml @@ -258,4 +258,4 @@ tasks: desc: Copy the JSON schema to dist folder cmds: - mkdir --parents {{.DIST_DIR}} - - cp ./configuration/configuration.schema.json {{.DIST_DIR}}/{{.PROJECT_NAME}}_{{.VERSION}}_configuration.schema.json + - cp ./internal/cli/configuration/configuration.schema.json {{.DIST_DIR}}/{{.PROJECT_NAME}}_{{.VERSION}}_configuration.schema.json diff --git a/Taskfile.yml b/Taskfile.yml index 0891c6ffa16..0c80f449e21 100755 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -246,7 +246,7 @@ tasks: docs:include-configuration-json-schema: desc: Copy configuration JSON schema to make it available in documentation cmds: - - cp ./configuration/configuration.schema.json ./docs/configuration.schema.json + - cp ./internal/cli/configuration/configuration.schema.json ./docs/configuration.schema.json protoc:check: desc: Perform linting of the protobuf definitions