From 0799c1ee73c6aa006ef6e0991b67d54576a3a5b0 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 23 九月 2022 15:05:36 +0800
Subject: [PATCH] up
---
package.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index f5a6a12..e24018e 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"version": "0.0.0",
"scripts": {
"dev": "vite",
- "build": "vue-tsc --noEmit --skipLibCheck && vite build",
+ "build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue,.ts src",
"lint:fix": "npx eslint ./src/**/*.vue --fix",
--
Gitblit v1.8.0