Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,12 @@ jobs:
- name: Build shadcn registry
run: pnpm build:registry

- name: Install Chromium for App Kit hydration smoke
run: pnpm --filter blocks exec playwright install --with-deps chromium

- name: Verify representative registry installs
env:
SMOKE_CASE: ai,schema-builder,command-palette
SMOKE_CASE: ai,schema-builder,command-palette,app-kit-data-default,app-kit-data-custom,app-kit-event-studio-next16
SMOKE_REUSE_PACKED_ARTIFACTS: '1'
run: pnpm --filter @constructive-io/registry smoke:install

Expand Down
4 changes: 4 additions & 0 deletions apps/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@
"@constructive-io/schema-builder": "workspace:*",
"@constructive-io/sheets": "workspace:*",
"@constructive-io/ui": "workspace:*",
"@tanstack/charts": "0.6.4",
"@tanstack/charts-scales": "0.6.4",
"@tanstack/react-charts": "0.6.4",
"@tanstack/react-form": "^1.27.7",
"@tanstack/react-query": "^5.90.16",
"ai": "^7.0.26",
"clsx": "^2.1.1",
"dompurify": "^3.3.1",
"d3-scale": "4.0.2",
"gql-ast": "^3.3.3",
"graphql": "16.13.0",
"lucide-react": "^0.525.0",
Expand Down
364 changes: 364 additions & 0 deletions apps/blocks/registry.json

Large diffs are not rendered by default.

Loading