Skip to content

Commit

Permalink
ci: include all dist folder to compressed size report
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Jan 13, 2024
1 parent 29e780e commit 8d90e7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compressed-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: preactjs/compressed-size-action@v2
with:
pattern: "**/dist/**"
exclude: "**/node_modules/**"

0 comments on commit 8d90e7a

Please sign in to comment.