Skip to content

Commit 545a43c

Browse files
committed
generate on build + gitignore
1 parent c633783 commit 545a43c

File tree

4 files changed

+5
-2290
lines changed

4 files changed

+5
-2290
lines changed

opensaas-sh/blog/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ pnpm-debug.log*
2121

2222
# Local Netlify folder
2323
.netlify
24+
25+
# LLM files
26+
llms.txt
27+
llms-full.txt

opensaas-sh/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"scripts": {
66
"astro": "astro",
7-
"build": "astro check && astro build",
7+
"build": "npm run generate-llm-files && astro check && astro build",
88
"dev": "astro dev",
99
"generate-llm-files": "node ./scripts/generate-llm-files.mjs",
1010
"preview": "astro preview",

0 commit comments

Comments
 (0)