Skip to content

fix: include vercel-ai-exporter in build scripts#1113

Open
corvid-agent wants to merge 1 commit intoVoltAgent:mainfrom
corvid-agent:fix/vercel-ai-exporter-build
Open

fix: include vercel-ai-exporter in build scripts#1113
corvid-agent wants to merge 1 commit intoVoltAgent:mainfrom
corvid-agent:fix/vercel-ai-exporter-build

Conversation

@corvid-agent
Copy link

@corvid-agent corvid-agent commented Feb 27, 2026

Summary

  • Removes --ignore @voltagent/vercel-ai-exporter from both the build and build:all scripts in the root package.json
  • The package was being excluded from builds, causing empty npm publishes

Fixes #1024


Summary by cubic

Include @voltagent/vercel-ai-exporter in monorepo builds by removing the --ignore flag from the root build and build:all scripts. This prevents empty npm publishes for the package.

Written for commit 525ba90. Summary will update on new commits.

Summary by CodeRabbit

  • Chores
    • Updated build configuration scripts to streamline the build process and ensure consistent package inclusion across different build scenarios.

Remove --ignore flag that prevented the package from being built,
causing empty npm publishes.

Fixes VoltAgent#1024
@changeset-bot
Copy link

changeset-bot bot commented Feb 27, 2026

⚠️ No Changeset found

Latest commit: 525ba90

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 27, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d031576 and 525ba90.

📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

Modified root-level build scripts in package.json to remove the ignore flag for @voltagent/vercel-ai-exporter, enabling this package to be included in both the default and all build processes. Previously excluded packages will now be built as part of the standard build pipeline.

Changes

Cohort / File(s) Summary
Build Script Configuration
package.json
Removed --ignore @voltagent/vercel-ai-exporter`` from both build and `build:all` scripts, allowing the vercel-ai-exporter package to be included in build operations.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 The build was blocked, but now it's free,
Vercel exporter joins the spree!
No more ignored, it'll compile with grace,
Building packages all over the place! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: removing the ignore flag to include vercel-ai-exporter in build scripts.
Description check ✅ Passed The description covers the key changes and links to the related issue, but lacks some template sections like commit message confirmation, tests, and docs.
Linked Issues check ✅ Passed The PR directly addresses issue #1024 by removing the ignore flag that prevented the vercel-ai-exporter package from being built.
Out of Scope Changes check ✅ Passed All changes in package.json are directly related to fixing the build exclusion issue; no out-of-scope modifications detected.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

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.

[BUG]@voltagent/vercel-ai-exporter pacakge is empty after installed

1 participant