File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -258,4 +258,4 @@ tasks:
258258 desc : Copy the JSON schema to dist folder
259259 cmds :
260260 - mkdir --parents {{.DIST_DIR}}
261- - cp ./configuration/configuration.schema.json {{.DIST_DIR}}/{{.PROJECT_NAME}}_{{.VERSION}}_configuration.schema.json
261+ - cp ./internal/cli/ configuration/configuration.schema.json {{.DIST_DIR}}/{{.PROJECT_NAME}}_{{.VERSION}}_configuration.schema.json
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ tasks:
246246 docs:include-configuration-json-schema :
247247 desc : Copy configuration JSON schema to make it available in documentation
248248 cmds :
249- - cp ./configuration/configuration.schema.json ./docs/configuration.schema.json
249+ - cp ./internal/cli/ configuration/configuration.schema.json ./docs/configuration.schema.json
250250
251251 protoc:check :
252252 desc : Perform linting of the protobuf definitions
You can’t perform that action at this time.
0 commit comments