ci(web): typecheck/lint/test/build + bundle-size budget

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 23:28:36 +02:00
parent 7170be016d
commit 89132f6745
3 changed files with 51 additions and 1 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
"test:watch": "vitest",
"typecheck": "tsc -b --noEmit",
"lint": "eslint .",
"gen:api": "openapi-typescript http://localhost:8080/api-docs/openapi.json -o src/api/schema.d.ts"
"gen:api": "openapi-typescript http://localhost:8080/api-docs/openapi.json -o src/api/schema.d.ts",
"check:size": "node scripts/check-bundle-size.mjs"
},
"dependencies": {
"@base-ui/react": "^1.5.0",