From cf7a56a015ac182864ae2a8940d03da043ae6dfd Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Mon, 13 Feb 2023 11:08:11 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=89=93=E5=8C=85=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 48c5fe5..74e1f59 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,10 @@ ], "scripts": { "dev": "vite", - "build": "run-p type-check vite build", + "build": "run-p type-check build-only", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --noEmit", - "lint": "eslint .", "lint:fix": "eslint . --fix", "release": "bumpp package.json --commit --push --tag", "prepare": "husky install"