From a294e1cdd1b98e4e1e6ad0513af84147c8b60bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 24 Jul 2020 12:03:35 -0400 Subject: [PATCH] feat: add npx, fixes ghfw --- install/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index ce1c380f97a7..70a019c38c31 100644 --- a/install/package.json +++ b/install/package.json @@ -18,8 +18,8 @@ }, "husky": { "hooks": { - "pre-commit": "lint-staged", - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" + "pre-commit": "npx lint-staged", + "commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS" } }, "lint-staged": {