From f5220e5a90858304a9da300ef26ece914fa1a33f Mon Sep 17 00:00:00 2001 From: Soybean <2570172956@qq.com> Date: Thu, 3 Jun 2021 23:52:55 +0800 Subject: [PATCH] =?UTF-8?q?build(deps):=20=E6=B7=BB=E5=8A=A0=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=97=B6=E8=B7=B3=E8=BF=87=E5=AF=B9=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=9A=84=E7=B1=BB=E5=9E=8B=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab0f08f8..3e3da272 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "build": "vue-tsc --noEmit && vite build", + "build": "vue-tsc --noEmit --skipLibCheck && vite build", "serve": "vite preview", "lint:fix": "eslint --fix ./src --ext .vue,.js,jsx,.ts,tsx", "prepare": "husky install"