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.
2 parents 8c2698d + 4c5ed21 commit 189e915Copy full SHA for 189e915
1 file changed
.github/workflows/package-size.yml
@@ -18,10 +18,13 @@ jobs:
18
with:
19
persist-credentials: false
20
- uses: ./.github/actions/setup
21
- - uses: wyvox/pkg-size@4c68a40496b9dd2d228575f8738cdfa4ad277754
+ - uses: wyvox/pkg-size@99124c98adc9d470c19b9b88f103163067a9d480
22
23
build-command: "pnpm build"
24
display-size: uncompressed, brotli
25
unchanged-files: hide
26
+ paths: |
27
+ dist/dev
28
+ dist/prod
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments