Skip to content

Commit d29cbfa

Browse files
committed
Include ESM .mjs file in size comparisons
1 parent fb5abcc commit d29cbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/size.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- uses: preactjs/compressed-size-action@v1
1515
with:
1616
repo-token: '${{ secrets.GITHUB_TOKEN }}'
17-
pattern: './{dist,es,lib}/*.js'
17+
pattern: './{dist,es,lib}/*.{js,mjs}'

0 commit comments

Comments
 (0)