mirror of
https://github.com/Gitlawb/openclaude.git
synced 2026-08-24 10:14:19 -05:00
fix(typecheck): restore AppState hook generics (#1503)
* fix(typecheck): restore AppState hook generics * test: enforce focused type assertions * fix: remove unused spinner api metrics prop
This commit is contained in:
+2
-1
@@ -57,8 +57,9 @@
|
||||
"security:pr-scan": "bun run scripts/pr-intent-scan.ts",
|
||||
"test:provider-recommendation": "bun test src/utils/providerRecommendation.test.ts src/utils/providerProfile.test.ts",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"typecheck:type-tests": "bun run scripts/typecheck-type-tests.ts",
|
||||
"smoke": "bun run build && node dist/cli.mjs --version",
|
||||
"check": "bun run smoke && bun run test:full",
|
||||
"check": "bun run smoke && bun run typecheck:type-tests && bun run test:full",
|
||||
"verify:privacy": "bun run scripts/verify-no-phone-home.ts",
|
||||
"build:verified": "bun run build && bun run verify:privacy",
|
||||
"test:provider": "bun test --max-concurrency=1 src/services/api/*.test.ts src/utils/context.test.ts",
|
||||
|
||||
Reference in New Issue
Block a user