From 85e6f0cffab863cb7e6a4251f67f5fcd06236255 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Tue, 17 Mar 2026 19:30:46 +0900 Subject: [PATCH] chore(package.json): add `--run` flag to `test` in prerelease --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bc7573..7464e70 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "build": "tsdown --external hono", "watch": "tsdown --watch", "postbuild": "publint", - "prerelease": "bun run build && bun run test", + "prerelease": "bun run build && bun run test --run", "release": "np", "lint": "eslint src test", "lint:fix": "eslint src test --fix",