Skip to content

Commit 7b62920

Browse files
committed
fix(vercel): use npx for vitepress build command
1 parent ed1d152 commit 7b62920

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"buildCommand": "bun run docs:build",
3+
"buildCommand": "npx vitepress build docs",
4+
"installCommand": "bun install",
45
"outputDirectory": "docs/.vitepress/dist"
56
}

0 commit comments

Comments
 (0)