From 2598dabeea5f4c1838cda90ff1b70f12dda8d8fa Mon Sep 17 00:00:00 2001 From: pond918 Date: Thu, 14 Mar 2024 17:35:20 +0800 Subject: [PATCH] chore --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index 2fcdaf0..c40d4e7 100644 --- a/vercel.json +++ b/vercel.json @@ -6,8 +6,8 @@ "use": "@vercel/node" } ], - "installCommand": "npm install -g pnpm && pnpm install", - "buildCommand": "npm install -g pnpm && npx prisma generate && pnpm run build", + "installCommand": "npm install", + "buildCommand": "npx prisma generate && npm run build", "routes": [ { "handle": "filesystem" }, {