merge: resolve openapi-client-gen conflicts with CI typecheck script

Keeps both generate scripts and typecheck script in package.json.
This commit is contained in:
agent-company
2026-03-26 12:13:08 +00:00
28 changed files with 1440 additions and 73 deletions
+2 -1
View File
@@ -9,12 +9,13 @@
"lint": "eslint .",
"generate": "openapi-typescript http://localhost:8000/api/openapi.json -o src/api/schema.d.ts",
"generate:local": "openapi-typescript src/api/openapi.json -o src/api/schema.d.ts",
"typecheck": "tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.51.0",
"axios": "^1.7.2",
"lucide-react": "^0.400.0",
"lucide-react": "^1.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.0",