fix: harden metrics CLI boot and updater package manager#788
fix: harden metrics CLI boot and updater package manager#788rafaelscosta wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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
quality/*files no longer crash CLI bootstrapValidation
npm test -- --runInBand tests/updater/aiox-updater.test.js tests/installer/dependency-installer.test.js tests/cli/metrics-bootstrap.test.jsnpm run lintnpm run typechecknpm testnpm run validate:publishgit submodule update --init pro(cd pro && npm install)(cd pro && npm run validate:publish-surface)Closes #782
Closes #785