Skip to content

Commit

Permalink
fix: add registry build step to docs (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 9, 2024
1 parent fb7d913 commit fe6b0a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"build": "pnpm run build:registry && next build",
"build:registry": "pnpm --filter @assistant-ui/shadcn-registry run build:registry",
"dev": "next dev",
"start": "next start"
},
Expand Down

0 comments on commit fe6b0a3

Please sign in to comment.