File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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' ] ,
You can’t perform that action at this time.
0 commit comments