diff --git a/packages/desktop/package.json b/packages/desktop/package.json index a2184a75..936bd8f5 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 d85dbee5..a57f9141 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": {