Skip to content

Commit

Permalink
ci(bundlesize): opt out using --since as lightrail doesnt support thi…
Browse files Browse the repository at this point in the history
…s behaviour and needs everything build on every PR (#28545)
  • Loading branch information
Hotell authored Jul 18, 2023
1 parent f8e1458 commit 4ba8f4f
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 4ba8f4f

Please sign in to comment.