Skip to content

Commit 16f8737

Browse files
committed
fix(ci): include vite workspaces in size filter
1 parent fe580bf commit 16f8737

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci_npmjs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,14 @@ jobs:
6262
filters: |
6363
bundle:
6464
- 'src/**'
65+
- 'apps/**'
66+
- 'packages/**'
6567
- 'public/**'
6668
- 'package.json'
6769
- 'pnpm-lock.yaml'
6870
- 'next.config.*'
71+
- 'vite.config.*'
72+
- '**/vite.config.*'
6973
- '.size-limit.json'
7074
7175
unit:

0 commit comments

Comments
 (0)