Remove tsc from build scripts to fix CI build

This commit is contained in:
Jamie Pine
2026-01-25 04:47:33 -08:00
parent b08c525e55
commit 5d8672bb9c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build",
"tauri": "tauri"
},
"dependencies": {