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",