We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af374b0 commit a4e9c14Copy full SHA for a4e9c14
package.json
@@ -6,7 +6,7 @@
6
"packageManager": "[email protected]",
7
"scripts": {
8
"analyze": "ANALYZE=true next build",
9
- "build": "next build && next-image-export-optimizer",
+ "build": "pnpm playwright install chromium --only-shell && next build && next-image-export-optimizer",
10
"check:links": "lychee --verbose --no-progress './src/pages/**/*.mdx' --base https://graphql.org",
11
"dev": "next",
12
"format": "pnpm format:check --write",
0 commit comments