Re-enable TSC on build (#5)

* Fix fall through

* Re-enable tsc
This commit is contained in:
Chenlei Hu
2024-06-14 09:55:33 -04:00
committed by GitHub
parent 92b08c0808
commit 2595d12a84
4 changed files with 10 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "tsc && vite build",
"test": "cd tests-ui && npm run test",
"preview": "vite preview"
},