Skip to content

Commit a660880

Browse files
committed
fix(vercel): build library before demo to resolve type declarations
1 parent e4d7729 commit a660880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"buildCommand": "pnpm build",
2+
"buildCommand": "pnpm build:lib && pnpm --filter demo build",
33
"outputDirectory": "demo/dist",
44
"installCommand": "pnpm install",
55
"framework": "vite"

0 commit comments

Comments
 (0)