Skip to content

Commit 48bdc64

Browse files
deepracticexcclaude
andcommitted
fix(ci): update lockfile for adapter-a2ui and add new adapters to build
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9fee15d commit 48bdc64

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.github/workflows/deploy-storybook.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,16 @@ jobs:
2626
version: 9
2727

2828
- name: Install dependencies
29-
run: pnpm install
29+
run: pnpm install --frozen-lockfile
3030

3131
- name: Build packages
3232
run: |
3333
pnpm -F @uix/core build
3434
pnpm -F @uix/lucid-tokens build
3535
pnpm -F @uix/stream build
36+
pnpm -F @uix/adapter-vercel build
37+
pnpm -F @uix/adapter-agui build
38+
pnpm -F @uix/adapter-a2ui build
3639
pnpm -F @uix/agent build
3740
3841
- name: Build Web

pnpm-lock.yaml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)