fix: include vercel-ai-exporter in build scripts#1113
fix: include vercel-ai-exporter in build scripts#1113corvid-agent wants to merge 1 commit intoVoltAgent:mainfrom
Conversation
Remove --ignore flag that prevented the package from being built, causing empty npm publishes. Fixes VoltAgent#1024
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughModified root-level build scripts in package.json to remove the ignore flag for Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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. Comment |
Summary
--ignore @voltagent/vercel-ai-exporterfrom both thebuildandbuild:allscripts in the rootpackage.jsonFixes #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