Skip to content

Commit e39c0c8

Browse files
committed
fix: use uvx for Vercel build
1 parent d00a660 commit e39c0c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"buildCommand": "python3 -m pip install --disable-pip-version-check zensical==0.0.57 && zensical build --clean",
3+
"buildCommand": "uvx --from zensical==0.0.57 zensical build --clean",
44
"outputDirectory": "site",
55
"framework": null
66
}

0 commit comments

Comments
 (0)