perf(core): Stop typechecking during build (#17833)

This commit is contained in:
Iván Ovejero
2025-07-30 16:42:19 +02:00
committed by GitHub
parent 541f80f8f3
commit 08a7b365b8
5 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
},
"scripts": {
"dev": "vite",
"build": "pnpm run typecheck && tsup",
"build": "tsup",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"test": "vitest run",