chore: prevent dependency lifecycle scripts#4440
Conversation
* Prevent dependency lifecycle scripts during CI work.
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
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 (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThree GitHub Actions workflows were updated so their ChangesInstall script suppression across CI workflows
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 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)
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 |
* Partial revert of CI run; keep only frozen lockfile so CI can complete.
* Fix CI hang on chromium install; should not be needed for CI test purposes.
* Re-add dependency script ignore for CI now that chromium hang is resolved and CI can complete.
What:
Prevent dependency lifecycle scripts from running during CI work.
Why:
Dependency lifecycle scripts should be unnecessary for Less.js CI needs.
Checklist:
Summary by CodeRabbit
pnpm installwith lockfile consistency enforced and install-time lifecycle scripts disabled across build, release PR creation, and publishing pipelines.