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

Improve JSR publishing configuration#58

Merged
phuctm97 merged 1 commit intomainfrom
improve-jsr-publishing
Jul 21, 2025
Merged

Improve JSR publishing configuration#58
phuctm97 merged 1 commit intomainfrom
improve-jsr-publishing

Conversation

@phuctm97
Copy link
Copy Markdown
Owner

Summary

  • Added nodeModulesDir: "none" to deno.json during JSR publishing to prevent node_modules generation
  • Added dependsOn: ["^jsr-release-publish"] to ensure parent projects are published before dependent projects
  • These changes improve the JSR publishing process reliability and prevent unnecessary file generation

Test plan

  • Run pnpm exec nx run-many -t jsr-release-publish to verify JSR publishing works correctly
  • Verify that no node_modules directories are created during JSR publishing
  • Confirm that parent projects are published before their dependents

🤖 Generated with Claude Code

Added nodeModulesDir setting to prevent node_modules generation during JSR publishing and established proper task dependencies to ensure parent projects are published first.

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

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

vercel Bot commented Jul 21, 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 21, 2025 11:30am

@phuctm97 phuctm97 merged commit 5d70647 into main Jul 21, 2025
2 checks passed
@phuctm97 phuctm97 deleted the improve-jsr-publishing branch July 21, 2025 11:30
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