skip typescript checking for production builds (for now) (#221)

This commit is contained in:
Michael Quigley 2024-11-18 14:22:36 -05:00
parent 6a535a1cd2
commit 7377b021c6
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},