diff --git a/apps/web/vercel.json b/apps/web/vercel.json index 0cc0ed0..c97307c 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -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" } diff --git a/package.json b/package.json index e54ac7e..3b13f39 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "scripts": { "dev": "turbo dev", "build": "turbo build", + "build:web": "turbo run build --filter=@tpmjs/web", "test": "turbo test", "test:ui": "turbo test:ui", "lint": "turbo lint",