Skip to content

Commit 3154793

Browse files
committed
fixup! ci: add update baseline workflow
1 parent e6ff7a9 commit 3154793

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/bundle-size.baseline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626

2727
- run: npm ci
2828

29-
- name: Build @fluentui/react-icons
30-
run: npm run build
29+
- name: Prepare bundle size report
30+
run: |
31+
npm run build
32+
npm run bundle-size
3133
working-directory: packages/react-icons
3234

3335
- name: Update bundle size baseline

0 commit comments

Comments
 (0)