We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7101573 commit 303b079Copy full SHA for 303b079
1 file changed
.github/workflows/ci.yml
@@ -18,6 +18,10 @@ jobs:
18
- uses: oven-sh/setup-bun@v2
19
- run: bun install --frozen-lockfile
20
- 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
25
- run: bun run build
26
env:
27
SKIP_ENV_VALIDATION: true
0 commit comments