Skip to content

Commit

Permalink
ci(compressed-size-action): update exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Sep 6, 2024
1 parent 0f9f8a9 commit 2e738d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
with:
build-script: 'prepack'
pattern: 'packages/**/dist/*.{js,cjs,mjs}'
exclude: '{**/*.map,**/node_modules/**}'
exclude: '{**/*.map,**/node_modules/**,**/dist/chunk-*.{js,cjs,mjs}}'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2e738d7

Please sign in to comment.