Skip to content

Commit 48df239

Browse files
committed
ci(size): merge action into build action and limit to node 14 and ubuntu
1 parent cdac631 commit 48df239

2 files changed

Lines changed: 3 additions & 30 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ jobs:
2626
- run: yarn bootstrap
2727
- name: Build package
2828
run: yarn build
29+
- name: Check built package sizes
30+
run: yarn size
31+
if: matrix.node_version == 14 && matrix.os == 'ubuntu-latest'

.github/workflows/size-limit.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)