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" }