Skip to content

Commit

Permalink
Do not build chat more
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Mar 1, 2025
1 parent 5b644d1 commit 98dad4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"description": "Nestia Guide Documents",
"private": true,
"scripts": {
"build": "rimraf .next && rimraf .out && node build/chat && node build/editor && node build/typedoc && next build && node build/sitemap",
"build": "rimraf .next && rimraf .out && node build/editor && node build/typedoc && next build && node build/sitemap",
"deploy": "node build/deploy",
"dev": "next dev",
"prepare": "node build/chat"
"dev": "next dev"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 98dad4c

Please # to comment.