Skip to content

Commit f856f75

Browse files
authored
fix: update bundle-size call in pipeline (#18876)
1 parent 45fa958 commit f856f75

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

azure-pipelines.bundlesize.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@ jobs:
2525
displayName: yarn
2626

2727
- script: |
28-
yarn build --no-cache $(sinceArg)
29-
displayName: build packages
30-
31-
- script: |
32-
yarn lage bundle-size --no-cache
33-
displayName: create reports for packages
28+
yarn lage bundle-size --no-cache --verbose $(sinceArg)
29+
displayName: build packages & create reports
3430
3531
- script: |
3632
yarn bundle-size upload-report --branch=$(Build.SourceBranchName) --commit-sha $(Build.SourceVersion)

lage.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
build: ['^build'],
55
'build:info': [],
66
bundle: ['build'],
7+
'bundle-size': ['build'],
78
'bundle:storybook': ['build'],
89
'screener:build': [],
910
screener: ['screener:build'],

0 commit comments

Comments
 (0)