Skip to content

Commit

Permalink
remove node scripts/sitemap-ci.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Sep 6, 2023
1 parent 13c8f23 commit f9d159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f9d159a

Please sign in to comment.