From 1049be9f4ca663f0a56a35f9d962aff18aab8cde Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Wed, 25 Sep 2024 13:19:13 +0900 Subject: [PATCH] chore(package.json): add `prerelease` command (#12) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c9982b..65c6bb2 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "lint": "eslint src example/app example/server", "lint:fix": "eslint src example/app example/server --fix", "publint": "publint", + "prerelease": "npm run build && npm run test", "release": "np" }, "files": [ @@ -62,4 +63,4 @@ "@remix-run/cloudflare": "^2.11.2", "remix-hono": "^0.0.16" } -} +} \ No newline at end of file