Skip to content

Commit 74fe4f0

Browse files
committed
update build command
1 parent c1c9698 commit 74fe4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"scripts": {
6161
"dev": "vite",
6262
"res:watch": "rescript build -w",
63-
"build": "rescript && npm run update-index && next build",
63+
"build": "rescript && vite build",
6464
"test": "node scripts/test-examples.mjs && node scripts/test-hrefs.mjs",
6565
"reanalyze": "reanalyze -all-cmt .",
6666
"update-index": "npm run generate-llms && node scripts/extract-indices.mjs && node scripts/extract-tocs.mjs && node scripts/extract-syntax.mjs && node scripts/generate_feed.mjs > public/blog/feed.xml",

0 commit comments

Comments
 (0)