From 8aa80de4ebbcd30ecf49160b7c8021eed7edced8 Mon Sep 17 00:00:00 2001 From: wkj <278599135@qq.com> Date: Fri, 19 Aug 2022 01:31:12 +0800 Subject: [PATCH] =?UTF-8?q?package.json=20=E8=B0=83=E6=95=B4?= 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 73f4d709..7c048ce9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "typescript": "~4.7.4" }, "scripts": { - "clean": "rimraf lib/", + "clean": "rimraf lib/*", "copy-files": "copyfiles -u 1 src/**/*.css lib/", "build": "tsc && npm run copy-files", "test": "ts-node ./test/test.ts",