Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 4e95081

Browse files
committed
fix config.
1 parent af95cf5 commit 4e95081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"buildCommand": "yarn build",
3-
"installCommand": "dnf install -y $(cat chrome-dependencies.txt) && pnpm install && pnpm exec browsers install [email protected] --path /vercel/.cache/puppeteer",
3+
"installCommand": "dnf install -y $(cat chrome-dependencies.txt) && yarn install && npx browsers install [email protected] --path /vercel/.cache/puppeteer",
44
"framework": "nextjs"
55
}

0 commit comments

Comments
 (0)