update: disable vue-tsc for now

This commit is contained in:
Braks
2021-10-20 22:39:54 +02:00
parent 6cfe5f6d43
commit 9373533e0e
+2 -2
View File
@@ -25,8 +25,8 @@
"dist" "dist"
], ],
"scripts": { "scripts": {
"dev": "vue-tsc --noEmit && vite", "dev": "vite",
"build": "vue-tsc --noEmit && vite build", "build": "vite build",
"build:dist": "rollup -c --environment NODE_ENV:production", "build:dist": "rollup -c --environment NODE_ENV:production",
"serve": "vite preview", "serve": "vite preview",
"prepublishOnly": "yarn build:dist", "prepublishOnly": "yarn build:dist",