fix: prevent frontend typecheck source emit (AEG-X-002)

This commit is contained in:
2026-08-08 16:05:39 +09:00
parent a910fc86d7
commit 7b04dd6017
4 changed files with 46 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"packageManager": "pnpm@10.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"build": "vue-tsc --noEmit && vite build",
"typecheck": "vue-tsc --noEmit",
"test": "vitest run",
"e2e": "playwright test"