summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/tauri/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/tauri/package.json b/packages/tauri/package.json
index 52ee280e5..f60d0c53c 100644
--- a/packages/tauri/package.json
+++ b/packages/tauri/package.json
@@ -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",