From 834c32e21d18792b2715dc91ccaaff134c4e50f8 Mon Sep 17 00:00:00 2001 From: Liju Jose Date: Fri, 19 Mar 2021 12:55:30 +0530 Subject: [PATCH] fix: refactor as npm command is not needed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c930f27..9b35e3b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "husky": { "hooks": { "pre-commit": "npm run lint && npm test", - "commit-msg": "npx --no-install commitlint --edit $1" + "commit-msg": "commitlint --edit $1" } }, "license": "CC0-1.0",