From c6adf2ced20843f551877fdba76f62620acfb93b Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Sat, 7 Oct 2023 11:20:29 +0530 Subject: [PATCH] chore: update release script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5916471..8768f1c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "clean": "del-cli build", "compile": "npm run lint && npm run clean && tsc", "build": "npm run compile", - "release": "np --message=\"chore(release): %s\"", + "release": "np", "version": "npm run build", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build",