From 71a3691edc6800295b446cf5dca8197b524fadd1 Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Mon, 2 Nov 2020 15:37:12 +0800 Subject: [PATCH] fix: npm install error #3080 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b0061a8e5d..e4d396377d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "files": [ "dist", "lib", - "es" + "es", + "scripts" ], "scripts": { "dev": "webpack-dev-server",