diff --git a/apps/playground/vercel.json b/apps/playground/vercel.json new file mode 100644 index 0000000..a660aaa --- /dev/null +++ b/apps/playground/vercel.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "buildCommand": "cd ../.. && pnpm -w run build:playground", + "installCommand": "pnpm install" +} diff --git a/package.json b/package.json index 2817faa..f871a6c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,8 @@ "scripts": { "dev": "turbo dev", "build": "turbo build", - "build:web": "turbo run build --filter=@tpmjs/web", + "build:web": "turbo run build --filter=@tpmjs/web...", + "build:playground": "turbo run build --filter=@tpmjs/playground...", "test": "turbo test", "test:ui": "turbo test:ui", "lint": "turbo lint",