From e1ea249cc809eceb2b14b39a2dd7b2279ce44362 Mon Sep 17 00:00:00 2001 From: Dominik Ferber Date: Fri, 28 Feb 2025 12:04:32 +0200 Subject: [PATCH] use pnpm --- examples/shirt-shop/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shirt-shop/vercel.json b/examples/shirt-shop/vercel.json index 03a4fe3..701b094 100644 --- a/examples/shirt-shop/vercel.json +++ b/examples/shirt-shop/vercel.json @@ -1,3 +1,3 @@ { - "installCommand": "node scripts/replace-workspace-version.mjs && npm install" + "installCommand": "pnpm install" }