We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdac631 commit 48df239Copy full SHA for 48df239
2 files changed
.github/workflows/build.yml
@@ -26,3 +26,6 @@ jobs:
26
- run: yarn bootstrap
27
- name: Build package
28
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
0 commit comments