From 6ffa051e1021d878397f09c5b919b4e23868ee9c Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Mon, 12 Jun 2023 01:18:15 +0800 Subject: [PATCH] fix: update preinstall comamnd concurrently with installation command for specifying pnpm version before build --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 1c71a719..2ac818f6 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { - "installCommand": "pnpm i", + "installCommand": "pnpm add -g pnpm@8.3.1 && pnpm i", "buildCommand": "pnpm docs:build", "devCommand": "pnpm docs:dev", "cleanUrls": true,