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": {