From ea47010720ab09b6f64cb2a6c41b781e1f06ec2b Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:28:03 +0100 Subject: [PATCH] feat(package.json): add release command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cfeb9e8..de5dc51 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "lint": "eslint --cache .", "format": "nr lint --fix", "cmigemo:fetch": "nlx giget --forceClean gh:koron/cmigemo#master", - "postinstall": "nlx bunpare && nr cmigemo:fetch" + "postinstall": "nlx bunpare && nr cmigemo:fetch", + "release": "nr lint && nlx publint && nlx bumpp" }, "peerDependencies": { "typescript": "^5.6.2"