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 6aa5253 commit 7d79c20Copy full SHA for 7d79c20
package.json
@@ -6,6 +6,7 @@
6
"packageManager": "[email protected]",
7
"scripts": {
8
"build": "next build && next-image-export-optimizer",
9
+ "serve:build": "pnpx serve out",
10
"check:links": "lychee --verbose --no-progress './src/pages/**/*.mdx' --base https://graphql.org",
11
"dev": "next",
12
"format": "pnpm format:check --write",
@@ -15,7 +16,6 @@
15
16
"lint:docs:ci": "eslint --ignore-path .gitignore src/pages/learn --format eslint-formatter-github",
17
"postbuild": "next-sitemap",
18
"prebuild": "tsx src/get-github-info.ts",
- "start": "next start",
19
"test": "echo \"no tests\" && exit 1",
20
"validate:snippets": "node scripts/validate-snippets.js"
21
},
0 commit comments