From 5ca1b4557a112feaeff4bb604cb4975926873233 Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Mon, 13 Feb 2023 11:06:07 +0800 Subject: [PATCH] chore: miss build-only script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dd80ff4..48c5fe5 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,9 @@ ], "scripts": { "dev": "vite", - "build": "run-p type-check build-only", + "build": "run-p type-check vite build", "preview": "vite preview", + "build-only": "vite build", "type-check": "vue-tsc --noEmit", "lint": "eslint .", "lint:fix": "eslint . --fix",