Skip to content

Use 'mkdir -p' in generate-config-schemas task to create parent directories #1669

@coderabbitai

Description

@coderabbitai

Description

The generate-config-schemas task in taskfile.yaml currently uses mkdir without the -p flag, which may fail if the parent build directory does not exist when the task is run.

Other tasks in the taskfile consistently use mkdir -p to ensure parent directories are created (e.g., init, package, webui, python-libs, download-and-extract-tar).

Context

Raised by @junhaoliao in PR #1654:
#1654 (comment)

Location

File: taskfile.yaml
Task: generate-config-schemas

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions