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:
258
258
desc : Copy the JSON schema to dist folder
259
259
cmds :
260
260
- 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:
246
246
docs:include-configuration-json-schema :
247
247
desc : Copy configuration JSON schema to make it available in documentation
248
248
cmds :
249
- - cp ./configuration/configuration.schema.json ./docs/configuration.schema.json
249
+ - cp ./internal/cli/ configuration/configuration.schema.json ./docs/configuration.schema.json
250
250
251
251
protoc:check :
252
252
desc : Perform linting of the protobuf definitions
You can’t perform that action at this time.
0 commit comments