Skip to content

Commit 117be71

Browse files
committed
Fix size check for lib folder
1 parent 5e9b86b commit 117be71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/size.yaml

Lines changed: 1 addition & 1 deletion
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,li}/*.js'
17+
pattern: './{dist,es,lib}/*.js'

0 commit comments

Comments
 (0)