Conversation
- Add composite project references to top-level tsconfig.json for building all workspace packages with `tsc -b` - Merge publish-core and publish-lit jobs into single publish job with conditional steps - Merge both jobs only run if at least one package version changed - Update Node.js version to 24 and actions/setup-node to v6 - Already using OIDC with --provenance flag
|
Caution Review failedPull request was closed or merged during review WalkthroughThis PR consolidates separate GitHub Actions publishing jobs into a single conditionally-triggered job, updates Node.js setup to v6 with version 24, adds TypeScript project references for multi-project configuration, and bumps package versions to 0.11.1 with source maps now included in npm distributions. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
🚥 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 |
Summary
tsc -bWhat changed
Summary by CodeRabbit
New Features
Chores