Skip to content

Commit

Permalink
Do not siitemap at website dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Sep 4, 2024
1 parent 41ec427 commit cd6ed78
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 @@ -7,7 +7,7 @@
"build": "rimraf .next && rimraf out && npm run build:typedoc && next build && node build/sitemap",
"build:typedoc": "typedoc --plugin typedoc-github-theme --theme typedoc-github-theme",
"deploy": "node build/deploy",
"dev": "next-sitemap && next dev",
"dev": "next dev",
"prepare": "node build/raw && rspack && npm run build:typedoc"
},
"repository": {
Expand Down

0 comments on commit cd6ed78

Please sign in to comment.