regression(abac): Exclude unit test modules from package build#37986
regression(abac): Exclude unit test modules from package build#37986kodiakhq[bot] merged 2 commits intorelease-8.0.0from
Conversation
|
Looks like this PR is ready to merge! 🎉 |
|
WalkthroughIntroduces a package-specific TypeScript build config and updates the ABAC package's build script to reference it ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-11-24T17:08:17.065ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (1)
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 |
e7ed103 to
8a3186a
Compare
Proposed changes (including videos or screenshots)
This pull request updates the TypeScript build configuration for the
ee/packages/abacpackage to improve build accuracy and maintainability. The main changes involve specifying a dedicated build configuration file and updating the build script to use it.Build configuration improvements:
tsconfig.build.jsonfile that extends the maintsconfig.jsonand excludes thedistdirectory and test files (.spec.ts) from the build process.buildscript inpackage.jsonto use the newtsconfig.build.jsonfor compiling the project.Issue(s)
ABAC-114
Steps to test or reproduce
Further comments
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.