Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions azure-pipelines.bundlesize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
inputs:
filePath: yarn-ci.sh
displayName: yarn

- script: yarn lage bundle-size-auditor --verbose $(sinceArg)
# we cannot use `--since` because the ligtrail service would calculate packages not build as a removal 🚨 - thus giving lot of noise and incorrect metrics on every PR
- script: yarn lage bundle-size-auditor
displayName: build packages & create reports

- script: yarn bundle-size-auditor --create-report --report-path dist/bundle-size-auditor
Expand Down