ci(docs): build packages before VitePress

- Resolve workspace package exports during Twoslash and demo builds\n- Keep release and manual docs deploys reproducible from a clean checkout
This commit is contained in:
Danila Poyarkov 2026-08-11 15:36:49 +03:00
parent c29654cd07
commit ecb1effcf1

View file

@ -17,6 +17,9 @@ jobs:
- uses: ./.github/actions/setup-bun
- name: Build SDK packages for documentation
run: bun run build:packages
- run: bun run --filter @open-pencil/docs build
- uses: cloudflare/wrangler-action@v4