From 840cf849e63453d78c0c277a278d752c0eaf9824 Mon Sep 17 00:00:00 2001 From: zhonghua Date: Thu, 26 Mar 2026 15:11:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lesingle-edu-reading-platform-frontend/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lesingle-edu-reading-platform-frontend/package.json b/lesingle-edu-reading-platform-frontend/package.json index 7e6ddfd..660445f 100644 --- a/lesingle-edu-reading-platform-frontend/package.json +++ b/lesingle-edu-reading-platform-frontend/package.json @@ -5,7 +5,8 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vue-tsc && vite build", + "build-tsc": "vue-tsc && vite build", + "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "test:e2e": "playwright test", @@ -51,4 +52,4 @@ "vite-plugin-compression": "^0.5.1", "vue-tsc": "^2.0.6" } -} +} \ No newline at end of file