Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed May 22, 2024
1 parent 5bf801c commit 19d7160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ark-ui/website",
"private": true,
"scripts": {
"prepare": "panda codegen",
"prepare": "bun run --cwd ../packages/anatomy build && bun panda codegen",
"dev": "next dev",
"build": "next build",
"start": "next start"
Expand Down

0 comments on commit 19d7160

Please sign in to comment.