summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/desktop/package.json3
-rw-r--r--packages/ui/package.json1
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/desktop/package.json b/packages/desktop/package.json
index a2184a75a..936bd8f5a 100644
--- a/packages/desktop/package.json
+++ b/packages/desktop/package.json
@@ -7,7 +7,8 @@
"start": "vite",
"dev": "vite",
"build": "vite build",
- "serve": "vite preview"
+ "serve": "vite preview",
+ "typecheck": "tsgo --noEmit"
},
"license": "MIT",
"devDependencies": {
diff --git a/packages/ui/package.json b/packages/ui/package.json
index d85dbee58..a57f91418 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -12,6 +12,7 @@
},
"scripts": {
"dev": "vite",
+ "typecheck": "tsgo --noEmit",
"generate:tailwind": "bun run script/tailwind.ts"
},
"devDependencies": {