Skip to content

fix(app): run changelog parser before tsc#112

Merged
comppaz merged 4 commits intomainfrom
fix/changelog-build-order
Feb 5, 2026
Merged

fix(app): run changelog parser before tsc#112
comppaz merged 4 commits intomainfrom
fix/changelog-build-order

Conversation

@comppaz
Copy link
Copy Markdown
Collaborator

@comppaz comppaz commented Feb 5, 2026

Summary

  • Fix CI build failure by running parse-changelog.js before TypeScript compilation
  • The build script was tsc && vite build, but changelog.json is generated in vite.config.ts which only executes when Vite starts
  • Now generates the changelog data file before tsc runs

Test plan

  • PR checks pass (build succeeds)
  • After merge, v0.7.2 release builds successfully

@comppaz comppaz force-pushed the fix/changelog-build-order branch from 883395a to dfa8c32 Compare February 5, 2026 18:48
@comppaz comppaz merged commit a809ac2 into main Feb 5, 2026
@comppaz comppaz deleted the fix/changelog-build-order branch February 5, 2026 18:49
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.

1 participant