fix: use pnpm -w flag for workspace root build command

This commit is contained in:
Ajax Davis 2026-01-14 04:35:24 +10:00
parent d364bea497
commit 366c1ca147

View file

@ -1,5 +1,5 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "cd ../.. && pnpm run build:web",
"installCommand": "cd ../.. && pnpm install"
"buildCommand": "cd ../.. && pnpm -w run build:web",
"installCommand": "pnpm install"
}