Skip to content

Commit

Permalink
GitHub: Add cjs files to bundle-size glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-stav committed Nov 2, 2022
1 parent 9841309 commit 3b90bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:

- uses: preactjs/compressed-size-action@v2
with:
pattern: '**/dist/**/*.{js,svg}'
pattern: '**/dist/**/*.{cjs,js,svg}'

0 comments on commit 3b90bc9

Please sign in to comment.