diff --git a/website/package.json b/website/package.json index 24b3badfd893..f811fd4483b0 100644 --- a/website/package.json +++ b/website/package.json @@ -8,7 +8,7 @@ "dev": "next", "export": "rm -rf out && next export -o ../out/docs", "fetch-remote-filepaths": "tsx scripts/fetch-remote-filepaths.ts", - "postbuild": "next-sitemap --config next-sitemap.config.cjs && node scripts/sitemap-ci.js", + "postbuild": "next-sitemap --config next-sitemap.config.cjs", "prebuild": "pnpm fetch-remote-filepaths", "predev": "pnpm fetch-remote-filepaths", "start": "next start",