Fixed Nx cache outputs for parse-email-address package#27018
Fixed Nx cache outputs for parse-email-address package#27018
Conversation
no ref The build target compiled to `build/` but Nx's default cache outputs only tracked `dist`, `es`, `types`, and `umd`, causing the directory to be missing after cache hits.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughAn Nx configuration block has been added to the 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
9larsons
left a comment
There was a problem hiding this comment.
question (non-blocking): /build is an outlier here and /dist is the nx default, should we just be using that?
ref #27018 (review) This change should have no user impact. Let's use Nx's standard output dir for this package.



no ref
The build target compiled to
build/but Nx's default cache outputs only trackeddist,es,types, andumd, causing the directory to be missing after cache hits.