Skip to content

Commit 9ad6b00

Browse files
aspiersclaude
andcommitted
docs: fix stale script-name reference (codegen-lexicon-files → run-lex-codegen)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1fe9bd3 commit 9ad6b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generate-exports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function generateIndex() {
167167
}))
168168
// Permission-set lexicons have no TS shape — lex gen-api cannot codegen them
169169
// — so they are excluded from `generated/` here, by the SAME content check
170-
// (`main.type === "permission-set"`) that scripts/codegen-lexicon-files.js
170+
// (`main.type === "permission-set"`) that scripts/run-lex-codegen.js
171171
// uses to exclude them from the gen-* CLI invocations. Excluding by content
172172
// (not by path) keeps the two in lock-step regardless of where set files live.
173173
.filter(({ doc }) => doc?.defs?.main?.type !== "permission-set");

0 commit comments

Comments
 (0)