Skip to content

Commit d98f241

Browse files
committed
chore: simplify build
1 parent eb20692 commit d98f241

File tree

3 files changed

+10803
-2
lines changed

3 files changed

+10803
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
node_modules
33
.DS_Store
44
.vercel
5-
/public/llms-full.txt

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"scripts": {
55
"dev": "next dev",
6-
"build": "pnpm run extract-llms && node gen-rss.js && next build",
6+
"build": "node gen-rss.js && next build",
77
"postbuild": "next-sitemap",
88
"start": "next start",
99
"test": "deno run -A ./deno_scripts/run_code_blocks.ts",

0 commit comments

Comments
 (0)