瀏覽代碼

fix: re-enable tauri typecheck

Adam 9 月之前
父節點
當前提交
ebe6015db0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/tauri/package.json

+ 1 - 0
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",