From 65cde39b1b217251e767e442e3a420eafd06fda5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=B1=AA?= Date: Thu, 17 Sep 2026 09:53:17 +0800 Subject: [PATCH] fix: publish without missing test script --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index eefda3e..dc3cc95 100644 --- a/package.json +++ b/package.json @@ -35,10 +35,6 @@ "LICENSE", "DESIGN.md" ], - "scripts": { - "test": "node test/run.ts", - "prepublishOnly": "node test/run.ts" - }, "peerDependencies": { "@earendil-works/pi-coding-agent": "*" },