removed vite type checking

This commit is contained in:
2025-12-08 16:38:34 -05:00
parent 28eb36f11b
commit 3929b1197d

View File

@@ -1,5 +1,5 @@
{
"name": "vue-app",
"name": "chore-app-frontend",
"version": "0.0.0",
"private": true,
"type": "module",
@@ -8,7 +8,8 @@
},
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"_build": "run-p type-check \"build-only {@}\" --",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",