Skip to content

Commit

Permalink
Fixed docs:include-configuration-json-schema task
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Dec 7, 2023
1 parent 2a8bf6f commit 42404aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DistTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42404aa

Please sign in to comment.