revert: run tsc for type checking on build

This commit is contained in:
Sean Perkins
2024-01-29 22:46:17 -05:00
parent 0e9b3b7547
commit 386f893053

View File

@@ -15,7 +15,7 @@
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"build": "tsc && vite build",
"test": "vitest",
"cypress": "cypress run --headless --browser chrome",
"cypress.open": "cypress open",