From ec267696dc9fe80c72210959135d82703c618a4e Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Thu, 19 Jun 2025 14:29:09 +0200 Subject: [PATCH] Fix build: only run npm ci at root, not in client --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 90a2d1e..36c963e 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,6 @@ { "version": 2, - "buildCommand": "npm ci && cd client && npm ci && npm run build", + "buildCommand": "npm ci && cd client && npm run build", "outputDirectory": "client/dist", "installCommand": "npm ci", "functions": {