Run @relative-ci/cli job on Circle CI

Update Circle CI configuration

Update .circleci/config.yml to run @relative-ci/agent after the build.

.circleci/config.yml
version: 2
jobs:
build:
steps:
- run:
name: Build application & webpack stats
command: npm run build --json webpack-stats.json
- run:
name: Send bundle stats and build information to Relative CI
command: npx relative-ci

Run from the project root directory

You can run the CLI from the project root directory using --config-dir / -c argument:

npx relative-ci --config-dir packages/components



Need help?Contact us via email, Twitter, or GitHub!