Skip to content

Commit 303b079

Browse files
committed
ci: build @quackback/widget before web build in CI job
1 parent 7101573 commit 303b079

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- uses: oven-sh/setup-bun@v2
1919
- run: bun install --frozen-lockfile
2020
- run: bun run lint
21+
# Build the widget bundle first — apps/web imports
22+
# packages/widget/dist/browser.js via Vite ?raw, so it must exist
23+
# before the web build runs.
24+
- run: bun run --filter @quackback/widget build
2125
- run: bun run build
2226
env:
2327
SKIP_ENV_VALIDATION: true

0 commit comments

Comments
 (0)