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"