Skip to content

Commit b607bad

Browse files
committed
Format
1 parent b21fbf5 commit b607bad

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
"private": true,
66
"packageManager": "[email protected]",
77
"scripts": {
8-
"build": "next build && next-image-export-optimizer",
9-
"serve": "pnpx serve out",
108
"analyze": "ANALYZE=true next build",
9+
"build": "next build && next-image-export-optimizer",
1110
"check:links": "lychee --verbose --no-progress './src/pages/**/*.mdx' --base https://graphql.org",
1211
"dev": "next",
1312
"format": "pnpm format:check --write",
@@ -17,6 +16,7 @@
1716
"lint:docs:ci": "eslint --ignore-path .gitignore src/pages/learn --format eslint-formatter-github",
1817
"postbuild": "next-sitemap",
1918
"prebuild": "tsx src/get-github-info.ts",
19+
"serve": "pnpx serve out",
2020
"test": "playwright test",
2121
"test:ui": "playwright test --ui",
2222
"validate:snippets": "node scripts/validate-snippets.js"
@@ -73,6 +73,9 @@
7373
"unist-util-visit": "^5.0.0",
7474
"use-query-params": "^2.2.1"
7575
},
76+
"optionalDependencies": {
77+
"playwright": "^1.54.2"
78+
},
7679
"devDependencies": {
7780
"@graphql-eslint/eslint-plugin": "4.3.0",
7881
"@next/eslint-plugin-next": "^15.3.3",
@@ -101,14 +104,6 @@
101104
"tsx": "^4.19.4",
102105
"typescript": "^5.8.3"
103106
},
104-
"optionalDependencies": {
105-
"playwright": "^1.54.2"
106-
},
107-
"pnpm": {
108-
"patchedDependencies": {
109-
"nextra": "patches/nextra.patch"
110-
}
111-
},
112107
"browserslist": [
113108
"chrome >0 and last 2.5 years",
114109
"edge >0 and last 2.5 years",
@@ -117,5 +112,10 @@
117112
"and_chr >0 and last 2.5 years",
118113
"and_ff >0 and last 2.5 years",
119114
"ios >0 and last 2.5 years"
120-
]
115+
],
116+
"pnpm": {
117+
"patchedDependencies": {
118+
"nextra": "patches/nextra.patch"
119+
}
120+
}
121121
}

0 commit comments

Comments
 (0)