fix: remove type checking from build script in package.json

This commit is contained in:
2026-08-07 14:02:48 +07:00
parent 5e42d1938d
commit 844cb066ab
+1 -1
View File
@@ -6,7 +6,7 @@
"description": "Локальный дневник питания: калории, БЖУ, вес. Vue Vapor + vue-sync-engine + IndexedDB, без бэкенда.",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"test": "vitest run",