fix: re-enable tauri typecheck

This commit is contained in:
Adam 2025-12-09 19:34:07 -06:00
parent 56526114e4
commit ebe6015db0
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -4,6 +4,7 @@
"version": "1.0.138",
"type": "module",
"scripts": {
"typecheck": "tsgo -b",
"predev": "bun ./scripts/predev.ts",
"dev": "vite",
"build": "bun run typecheck && vite build",