From ab260a95764ca82712a7f41dcfe8fbb31e590aaf Mon Sep 17 00:00:00 2001 From: zhaojinfeng <121016171@qq.com> Date: Tue, 18 Jul 2023 11:17:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B9=E4=B8=BA=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E6=89=A7=E8=A1=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 85d9320..bfaab60 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dev": "storybook dev -p 6006", "lint": "eslint .", "lint:fix": "eslint . --fix", - "build": "run-p build:lib build:dts", + "build": "run-s build:lib build:dts", "build:lib": "node --loader ts-node/esm ./bin/build.ts", "build:dts": "node --loader ts-node/esm ./bin/dts.ts", "build:storybook": "storybook build -s static",