Skip to content

Commit f9d159a

Browse files
committed
remove node scripts/sitemap-ci.js
1 parent 13c8f23 commit f9d159a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "next",
99
"export": "rm -rf out && next export -o ../out/docs",
1010
"fetch-remote-filepaths": "tsx scripts/fetch-remote-filepaths.ts",
11-
"postbuild": "next-sitemap --config next-sitemap.config.cjs && node scripts/sitemap-ci.js",
11+
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
1212
"prebuild": "pnpm fetch-remote-filepaths",
1313
"predev": "pnpm fetch-remote-filepaths",
1414
"start": "next start",

0 commit comments

Comments
 (0)