fix(packaging): align output paths to package/* and refresh package index
This commit is contained in:
@@ -170,7 +170,7 @@ def build_index(
|
||||
for ok, message in validations:
|
||||
lines.append(f"- [{'x' if ok else ' '}] {message}")
|
||||
|
||||
lines.extend(["", "## Output Paths", "", "- `packages/per-skill/`", "- `packages/bundles/`"])
|
||||
lines.extend(["", "## Output Paths", "", "- `package/per-skill/`", "- `package/bundles/`"])
|
||||
output_file.write_text("\n".join(lines) + "\n", encoding="utf-8")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user