From 01d4f0fa14d6b6513cc16aa43bed905a544bb4f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E6=9C=88?= Date: Thu, 4 Jun 2026 09:51:30 +0800 Subject: [PATCH] chore: use proman test instead of vitest run --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef7b740..64eab35 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "scripts": { "build": "proman build", - "test": "vitest run", + "test": "proman test", "check": "proman check", "format": "proman format" },