Skip to content

Commit 7906e26

Browse files
committed
fix: commit generated files for CI compatibility
The Windows CI builds were failing because schema generation was not working properly on Windows platforms. Since these generated files are required for the build, commit them to the repository to ensure CI stability across all platforms. The files include: - src/generated/ajv-validators.ts - src/generated/api-routes.ts - src/generated/mcp-tools.ts - src/generated/schemas.json - src/generated/openapi.json - Associated test files These files are auto-generated from the JSON Schema-First Auto-Exposure Pattern but are now committed to ensure cross-platform CI compatibility.
1 parent 73079e0 commit 7906e26

File tree

4 files changed

+1296
-1
lines changed

4 files changed

+1296
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build/
1010
*.tsbuildinfo
1111

1212
# Generated files (auto-generated by scripts)
13-
src/generated/
13+
# src/generated/ - Commented out to allow committing generated files for CI compatibility
1414

1515
# Documentation (generated by TypeDoc)
1616
docs/

0 commit comments

Comments
 (0)