From ab9367e28cb94841f111a629b114f0d6ced2284c Mon Sep 17 00:00:00 2001 From: Marwaxhello <112861555+Marwaxhello@users.noreply.github.com> Date: Wed, 8 May 2024 14:18:30 +0200 Subject: [PATCH] refactor: pnpx to npx --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 09dd6bf4..2312dc58 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -pnpx lint-staged +npx lint-staged