Skip to content

chore: regenerate schema.json to match schema.ts - #5

Merged
SamMorrowDrums merged 2 commits into
mainfrom
sammorrowdrums/regenerate-schema-json
May 18, 2026
Merged

chore: regenerate schema.json to match schema.ts#5
SamMorrowDrums merged 2 commits into
mainfrom
sammorrowdrums/regenerate-schema-json

Conversation

@SamMorrowDrums

Copy link
Copy Markdown
Collaborator

The committed schema.json had drifted from schema.ts, causing npm run check (which runs tsx scripts/generate-schema.ts --check) to fail on every PR — including #3 — and blocking the build CI job.

This PR regenerates schema.json via npm run generate so it matches the current schema.ts. No other files are modified.

Verification

  • npm ci
  • npm run generate
  • npm run check✓ schema.json is up to date

Merging this should unblock CI on all open PRs.

SamMorrowDrums and others added 2 commits May 18, 2026 15:48
The committed schema.json had drifted from schema.ts, causing
`npm run check` (and therefore the `build` CI job) to fail on
every PR. Regenerated via `npm run generate`.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Wire prettier into scripts/generate-schema.ts so the generated schema.json
matches the repo's prettier config, fixing the failing `format:check` CI job.
Regenerated schema.json to apply the formatting.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@SamMorrowDrums
SamMorrowDrums requested a review from tadasant May 18, 2026 13:51
@SamMorrowDrums
SamMorrowDrums merged commit c20e3b0 into main May 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants