fix(ci): add scripts/lib/ to sign-macos sparse checkout - #143
Conversation
PR #134 moved shared helpers to scripts/lib/ but the sparse checkout in sign-macos.yml was never updated, causing `Cannot find module './lib/targets.ts'`.
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Free Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Note 🎁 Summarized by CodeRabbit FreeYour organization has reached its limit of developer seats under the Pro Plan. For new users, CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please add seats to your subscription by visiting https://app.coderabbit.ai/login.If you believe this is a mistake and have available seats, please assign one to the pull request author through the subscription management page using the link above. Comment |
Summary
scripts/lib/and updatedsign-macos.tsto import from./lib/targets.tssign-macos.ymlwas never updated, so the runner checked outsign-macos.tsbut not the lib it depends onerror: Cannot find module './lib/targets.ts' from '/Users/runner/work/cli/cli/scripts/sign-macos.ts'Test plan