Skip to content

Commit 7d79c20

Browse files
committed
Add serve:build script
1 parent 6aa5253 commit 7d79c20

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,6 +6,7 @@
66
"packageManager": "[email protected]",
77
"scripts": {
88
"build": "next build && next-image-export-optimizer",
9+
"serve:build": "pnpx serve out",
910
"check:links": "lychee --verbose --no-progress './src/pages/**/*.mdx' --base https://graphql.org",
1011
"dev": "next",
1112
"format": "pnpm format:check --write",
@@ -15,7 +16,6 @@
1516
"lint:docs:ci": "eslint --ignore-path .gitignore src/pages/learn --format eslint-formatter-github",
1617
"postbuild": "next-sitemap",
1718
"prebuild": "tsx src/get-github-info.ts",
18-
"start": "next start",
1919
"test": "echo \"no tests\" && exit 1",
2020
"validate:snippets": "node scripts/validate-snippets.js"
2121
},

0 commit comments

Comments
 (0)