Skip to content

fix(ci): ignore autogenerated openapi.json in prettier#10

Merged
0xkkkn merged 1 commit intomainfrom
fix/ci-ignore-openapi-json
May 1, 2026
Merged

fix(ci): ignore autogenerated openapi.json in prettier#10
0xkkkn merged 1 commit intomainfrom
fix/ci-ignore-openapi-json

Conversation

@0xkkkn
Copy link
Copy Markdown
Contributor

@0xkkkn 0xkkkn commented May 1, 2026

Summary

  • CI on open PRs (e.g. feat: added JAW as wallet provider #8) fails at pnpm format:check because packages/backend/openapi.json is regenerated by scripts/generate-openapi.ts and committed without prettier formatting.
  • Adds **/openapi.json to root .prettierignore, matching the pattern from 84fcf35 (chore: ignore autogenerated files in prettier).

Test plan

  • pnpm format:check passes locally
  • CI green on this PR

packages/backend/openapi.json is regenerated by scripts/generate-openapi.ts
and was failing format:check on PRs that touch the API surface.
@0xkkkn 0xkkkn merged commit d29d680 into main May 1, 2026
github-actions Bot pushed a commit that referenced this pull request May 1, 2026
## [0.3.1](v0.3.0...v0.3.1) (2026-05-01)

### Bug Fixes

* **ci:** ignore autogenerated openapi.json in prettier ([#10](#10)) ([d29d680](d29d680))
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

🎉 This PR is included in version 0.3.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant