Skip to content

Commit

Permalink
Don't cut away the package size
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Dec 17, 2024
1 parent 0d97726 commit 50e6d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Collect sizes in bytes
id: sizes
run: du -sb packages/*/dist | cut -f 1 > sizes-${{ matrix.branch }}.txt
run: du -sb packages/*/dist > sizes-${{ matrix.branch }}.txt

- name: Upload the sizes
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 50e6d0a

Please sign in to comment.