What's Changed
New feature
Introduce cli aliases:
Before:
# Send bundle stats and CI information to RelativeCI
npx relative-ciNow:
# Send bundle stats and CI information to RelativeCI
npx relativeci
# or
npx relativeci
npx relci Fixes
- Explicit package alias (
relative-ci) to prevent unexpected behavior when runningnpx relative-ciwithout a local@relative-ci/cliby @vio in #1831
Full Changelog: v5.3.3...v5.4.0