diff --git a/app/package.json b/app/package.json index 61e6d4e3..5b99c73e 100644 --- a/app/package.json +++ b/app/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "vite build", "preview": "vite preview", "lint": "biome lint src", "lint:fix": "biome lint --write src", diff --git a/tauri/package.json b/tauri/package.json index 3c7a0f9d..99457225 100644 --- a/tauri/package.json +++ b/tauri/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "vite build", "tauri": "tauri" }, "dependencies": {