Skip to content

Commit dd2565b

Browse files
nattb8claude
andcommitted
fix(ci): build audience-core before SDK bundle in CDN deploy workflow (AUD-239)
The deploy workflow was calling pnpm --filter @imtbl/audience build without first building its local workspace dependency @imtbl/audience-core, causing esbuild to fail with "Could not resolve @imtbl/audience-core" because the dist/ folder did not exist in CI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 78b6311 commit dd2565b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: setup
3333
uses: ./.github/actions/setup
3434

35+
- name: Build audience-core
36+
run: pnpm --filter @imtbl/audience-core build
37+
3538
- name: Build audience SDK bundle
3639
run: pnpm --filter @imtbl/audience build
3740

0 commit comments

Comments
 (0)