Skip to content

Commit 4e1624d

Browse files
committed
build(website): pin pnpm version and simplify Vercel config
- add packageManager field to package.json for pnpm 11.2.2 - remove redundant installCommand from vercel.json
1 parent cb1227a commit 4e1624d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
"@types/react": "latest",
2525
"@types/react-dom": "latest",
2626
"typescript": "latest"
27-
}
27+
},
28+
"packageManager": "pnpm@11.2.2+sha512.36e6621fad506178936455e70247b8808ef4ec25797a9f437a93281a020484e2607f6a469a22e982987c3dbb8866e3071514ab10a4a1749e06edcd1ec118436f"
2829
}

website/vercel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"installCommand": "pnpm install --frozen-lockfile",
43
"buildCommand": "next build",
54
"outputDirectory": ".next"
65
}

0 commit comments

Comments
 (0)