Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Optimize build performance and improve JSR publishing#52

Merged
phuctm97 merged 2 commits intomainfrom
build-optimizations-and-jsr-improvements
Jul 20, 2025
Merged

Optimize build performance and improve JSR publishing#52
phuctm97 merged 2 commits intomainfrom
build-optimizations-and-jsr-improvements

Conversation

@phuctm97
Copy link
Copy Markdown
Owner

Summary

  • Add webpack memory optimizations for CI builds to reduce memory usage and improve performance
  • Remove unnecessary NODE_OPTIONS memory limit from Next.js builds
  • Add --no-check flag to deno publish for faster JSR releases

Test plan

  • All type checks pass (pnpm exec nx run-many -t typecheck)
  • All linting passes (pnpm exec nx run-many -t lint)
  • Version plan created for patch release
  • CI builds complete successfully with the new optimizations
  • JSR publishing works correctly with the --no-check flag

🤖 Generated with Claude Code

This commit introduces several optimizations:
- Add webpack memory optimizations for CI builds to reduce memory usage
- Enable experimental webpack build worker for better parallelization
- Remove unnecessary NODE_OPTIONS memory limit from Next.js builds
- Add --no-check flag to deno publish for faster JSR releases

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
modelfetch-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 20, 2025 7:30am

@phuctm97 phuctm97 merged commit b4aed08 into main Jul 20, 2025
2 checks passed
@phuctm97 phuctm97 deleted the build-optimizations-and-jsr-improvements branch July 20, 2025 07:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant