Skip to content

Commit 10efe1b

Browse files
committed
add task to scripts
1 parent ae6eb09 commit 10efe1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"sync": "node scripts/collections/index.mjs",
99
"sync:orama": "pnpm build && node scripts/sync-orama.mjs",
1010
"dev": "pnpm sync && vinxi dev",
11-
"build": "pnpm sync && pnpm build:sitemap && NODE_OPTIONS=\"--max-old-space-size=8192\" vinxi build",
11+
"build": "pnpm sync && pnpm build:sitemap && pnpm build:llm && NODE_OPTIONS=\"--max-old-space-size=8192\" vinxi build",
12+
"build:llm": "node scripts/llm-gen.js",
1213
"build:sitemap": "node scripts/generateSitemap.js",
1314
"start": "vinxi start",
1415
"e2e": "npx playwright test",

0 commit comments

Comments
 (0)