summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/tauri/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/tauri/package.json b/packages/tauri/package.json
index 70b9e7cc8..32034f73a 100644
--- a/packages/tauri/package.json
+++ b/packages/tauri/package.json
@@ -4,7 +4,6 @@
"version": "1.0.137",
"type": "module",
"scripts": {
- "typecheck": "tsgo -b",
"predev": "bun ./scripts/predev.ts",
"dev": "vite",
"build": "bun run typecheck && vite build",