fix: add build:web script to only build web and dependencies for Vercel

This commit is contained in:
Ajax Davis 2026-01-03 14:18:28 +10:00
parent 2a6d4c6c2e
commit 19884af03e
2 changed files with 2 additions and 1 deletions

View file

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