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.
node scripts/sitemap-ci.js
1 parent 13c8f23 commit f9d159aCopy full SHA for f9d159a
website/package.json
@@ -8,7 +8,7 @@
8
"dev": "next",
9
"export": "rm -rf out && next export -o ../out/docs",
10
"fetch-remote-filepaths": "tsx scripts/fetch-remote-filepaths.ts",
11
- "postbuild": "next-sitemap --config next-sitemap.config.cjs && node scripts/sitemap-ci.js",
+ "postbuild": "next-sitemap --config next-sitemap.config.cjs",
12
"prebuild": "pnpm fetch-remote-filepaths",
13
"predev": "pnpm fetch-remote-filepaths",
14
"start": "next start",
0 commit comments