We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6eb09 commit 10efe1bCopy full SHA for 10efe1b
package.json
@@ -8,7 +8,8 @@
8
"sync": "node scripts/collections/index.mjs",
9
"sync:orama": "pnpm build && node scripts/sync-orama.mjs",
10
"dev": "pnpm sync && vinxi dev",
11
- "build": "pnpm sync && pnpm build:sitemap && NODE_OPTIONS=\"--max-old-space-size=8192\" vinxi build",
+ "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",
13
"build:sitemap": "node scripts/generateSitemap.js",
14
"start": "vinxi start",
15
"e2e": "npx playwright test",
0 commit comments