Skip to content

Commit a4e9c14

Browse files
committed
install Chromium Headless Shell in builds
1 parent af374b0 commit a4e9c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packageManager": "[email protected]",
77
"scripts": {
88
"analyze": "ANALYZE=true next build",
9-
"build": "next build && next-image-export-optimizer",
9+
"build": "pnpm playwright install chromium --only-shell && next build && next-image-export-optimizer",
1010
"check:links": "lychee --verbose --no-progress './src/pages/**/*.mdx' --base https://graphql.org",
1111
"dev": "next",
1212
"format": "pnpm format:check --write",

0 commit comments

Comments
 (0)