Skip to content

Commit 63d52c7

Browse files
committed
fix: use npm instead of pnpm for Vercel deployment
1 parent 87b17fb commit 63d52c7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "hugo-blox-academic-cv-starter",
33
"version": "1.0.0",
44
"private": true,
5-
"packageManager": "pnpm@10.14.0",
65
"description": "Academic CV starter template for Hugo Blox with Tailwind CSS v4",
76
"scripts": {
87
"dev": "hugo server --disableFastRender",

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"buildCommand": "bash build.sh",
33
"outputDirectory": "public",
4-
"installCommand": "pnpm install"
4+
"installCommand": "npm install"
55
}

0 commit comments

Comments
 (0)