Skip to content

Commit 3727331

Browse files
nattb8claude
andcommitted
fix(ci): use pnpm ... filter to build all workspace deps (AUD-239)
Replace three manual build steps with a single `pnpm --filter @imtbl/audience... build` which automatically builds all transitive workspace dependencies in the correct order, matching the pattern already used in audience-bundle-size.yaml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1e58c6b commit 3727331

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/deploy-audience-cdn.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,8 @@ jobs:
3232
- name: setup
3333
uses: ./.github/actions/setup
3434

35-
- name: Build metrics
36-
run: pnpm --filter @imtbl/metrics build
37-
38-
- name: Build audience-core
39-
run: pnpm --filter @imtbl/audience-core build
40-
4135
- name: Build audience SDK bundle
42-
run: pnpm --filter @imtbl/audience build
36+
run: pnpm --filter @imtbl/audience... build
4337

4438
- name: Verify bundle exists
4539
run: |

0 commit comments

Comments
 (0)