Skip to content

Commit 484ea30

Browse files
authored
fix(docs-sync): declare locale pruning export (#109358)
1 parent 0f6ed10 commit 484ea30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/docs-sync-publish.d.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export function parseArgs(argv: unknown): {
77
clawhubSourceRepo: string;
88
clawhubSourceSha: string;
99
};
10+
export function pruneOrphanLocaleDocs(targetDocsDir: string): void;
1011
/**
1112
* Resolves the local ClawHub repository path used for docs mirroring.
1213
*/

0 commit comments

Comments
 (0)