From cf63434ffda019646eebbf3177bf4417a54dcced Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Mon, 17 Jul 2023 14:03:48 +0200 Subject: [PATCH] ci(bundlesize): opt out using --since as lightrail doesnt support this behaviour and needs everything build on every PR --- azure-pipelines.bundlesize.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.bundlesize.yml b/azure-pipelines.bundlesize.yml index 45bc4ecc29a675..cb63ec9f1e8442 100644 --- a/azure-pipelines.bundlesize.yml +++ b/azure-pipelines.bundlesize.yml @@ -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