Skip to content

Commit d8cc3eb

Browse files
committed
Include ESM .mjs file in size comparisons
Former-commit-id: c38757c Former-commit-id: e4a9dce
1 parent b7f22df commit d8cc3eb

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)