From 092ba521410b4b3cc6522a7c9f530a22cb61ec44 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Wed, 1 Jan 2025 21:34:21 +0800 Subject: [PATCH] f --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9e6f24..0eba5c7 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "posttest": "npm run clean", "test-local": "egg-bin test", "preci": "npm run clean && npm run lint && npm run prepublishOnly", - "ci": "egg-bin cov", + "ci": "egg-bin test", "postci": "npm run clean", "prepublishOnly": "tshy && tshy-after && attw --pack --profile node16" },