From d3cd774c541ce4855e1ef85771532887fad451d4 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Thu, 10 Oct 2024 12:58:04 +0530 Subject: [PATCH] chore: use release-it command for publishing the package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15728206..9e3c7e33 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "postcompile": "npm run copy:templates && npm run index:commands", "copy:templates": "copyfiles \"stubs/**/**/*.stub\" build", "build": "npm run compile", - "release": "np", + "release": "release-it", "version": "npm run build", "typecheck": "tsc --noEmit", "format": "prettier --write .",