Compare commits

...
Author SHA1 Message Date
rekram1-node a5535b2044 fix(www): generate CLI schema without tracking artifacts 2026-08-25 21:54:39 +00:00
3 changed files with 2 additions and 1370 deletions
+1
View File
@@ -2,3 +2,4 @@
.wrangler/
dist/
node_modules/
public/cli.json
+1 -1
View File
@@ -8,7 +8,7 @@
"build": "bun run generate && astro build && bun script/pagefind.ts && bun run validate && bun script/prepare-cloudflare.ts",
"deploy": "wrangler deploy --config dist/server/wrangler.json",
"generate": "bun script/generate-openapi.ts && bun --cwd ../cli script/schema.ts ../www/public/cli.json",
"check:generated": "bun script/generate-openapi.ts --check && bun --cwd ../cli script/schema.ts ../www/public/cli.json --check",
"check:generated": "bun script/generate-openapi.ts --check",
"validate": "bun script/validate-links.ts",
"typecheck": "astro check"
},
File diff suppressed because it is too large Load Diff