From 2e360093d153b6cf0cfe3e3d6fdb56cba1504a30 Mon Sep 17 00:00:00 2001 From: Ivan Vasilov Date: Wed, 19 Nov 2025 13:35:26 +0200 Subject: [PATCH] chore: Fix failing Vercel builds (#40612) Try to fix it by adding tailwind in the root workspace. --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index e69f29cf4c..ba2103d98d 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "sass": "^1.72.0", "supabase": "^2.58.5", "supports-color": "^8.0.0", + "tailwindcss": "catalog:", "turbo": "2.3.3", "typescript": "catalog:" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2706f9af40..439335a800 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -103,6 +103,9 @@ importers: supports-color: specifier: ^8.0.0 version: 8.1.1 + tailwindcss: + specifier: 'catalog:' + version: 3.4.1(ts-node@10.9.2(@types/node@22.13.14)(typescript@5.9.2)) turbo: specifier: 2.3.3 version: 2.3.3