fix: use turbo filter for Vercel build to exclude playground/storybook

This commit is contained in:
Ajax Davis 2026-01-03 14:11:19 +10:00
parent 471fbba786
commit 2a6d4c6c2e

View file

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