- Change build filter from @tpmjs/web to @tpmjs/web... - The ... suffix tells pnpm to build all dependencies first - This fixes 'Module not found' errors for @tpmjs/env, @tpmjs/types, @tpmjs/ui - Ensures workspace packages are built before web app tries to import them 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
177 B
JSON
5 lines
177 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"buildCommand": "cd ../.. && pnpm install && pnpm --filter=@tpmjs/web... build",
|
|
"installCommand": "pnpm install"
|
|
}
|