Remove typescript check for build command

This commit is contained in:
Austin Chen 2021-11-30 22:58:41 -08:00
parent a1163bfcfb
commit d52570998d

View File

@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"dev": "vite --open",
"build": "vue-tsc --noEmit && vite build",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {