From 3f61199500b2819091c8a506a144e60d08a5e398 Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 27 Oct 2023 17:45:22 +0800 Subject: [PATCH] fix: vercel unexpected ERR_PNPM_OUTDATED_LOCKFILE --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 51183a63f..146d047f7 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { - "installCommand": "pnpm install", + "installCommand": "pnpm install --frozen-lockfile=false", "buildCommand": "pnpm run build && pnpm deploy:build", "outputDirectory": "./packages/site/dist" }