Skip to content

Commit

Permalink
fix: check bundle-size for owned packages only
Browse files Browse the repository at this point in the history
  • Loading branch information
yue4u committed Nov 13, 2024
1 parent ed9db94 commit e26d751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:

# sourcemap は見ない
# d.ts はたまに異常な数の union 型が展開されるとかは検知したいが見なくて良いかもしれない
pattern: './packages/**/dist/**/*.{ts,js,cjs}'
pattern: './packages/*/dist/**/*.{ts,js,cjs}'
exclude: '{**/node_modules/**}'

0 comments on commit e26d751

Please sign in to comment.