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

Commit b78693f

Browse files
committed
install browser before deps.
1 parent 4e95081 commit b78693f

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) && yarn install && npx browsers install [email protected] --path /vercel/.cache/puppeteer",
3+
"installCommand": "dnf install -y $(cat chrome-dependencies.txt) && npx browsers install [email protected] --path /vercel/.cache/puppeteer && yarn install",
44
"framework": "nextjs"
55
}

0 commit comments

Comments
 (0)