fix(ci): build llm-client package before Storybook

This commit is contained in:
Thomas Hallock 2026-01-24 17:20:57 -06:00
parent 97313618ae
commit 0126f76994
1 changed files with 4 additions and 2 deletions

View File

@ -64,8 +64,10 @@ jobs:
pnpm panda codegen
npx @pandacss/dev cssgen || echo "CSS generation had warnings but continued"
- name: Build abacus-react package
run: pnpm --filter @soroban/abacus-react build
- name: Build workspace packages
run: |
pnpm --filter @soroban/llm-client build
pnpm --filter @soroban/abacus-react build
- name: Build web Storybook
working-directory: apps/web