From 7c89a01c99c854b6a471323df1cd6bcf61408584 Mon Sep 17 00:00:00 2001 From: Ola Hungerford Date: Wed, 29 Jan 2025 16:56:41 -0700 Subject: [PATCH] Test vercel config --- .vercelignore | 3 +-- vercel.json | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.vercelignore b/.vercelignore index 205ac0c..9ceca65 100644 --- a/.vercelignore +++ b/.vercelignore @@ -1,3 +1,2 @@ server/ -package.json -node_modules/ +/package.json diff --git a/vercel.json b/vercel.json index 05f11a9..9330862 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,4 @@ { - "buildCommand": "cd client && npm install && npm run build", - "outputDirectory": "client/dist", - "installCommand": "cd client && npm install" + "buildCommand": "cd client && npm run build", + "outputDirectory": "client/dist" }