Skip to content

Commit

Permalink
Fix size check for lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 2, 2021
1 parent 5e9b86b commit 117be71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/size.yaml
Expand Up @@ -14,4 +14,4 @@ jobs:
- uses: preactjs/compressed-size-action@v1
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: './{dist,es,li}/*.js'
pattern: './{dist,es,lib}/*.js'

0 comments on commit 117be71

Please sign in to comment.