From 9e8eeaebcaf2fa628cf58e8c6cea4b1512a638ce Mon Sep 17 00:00:00 2001 From: Afonso Jorge Ramos Date: Wed, 6 May 2026 09:45:31 +0200 Subject: [PATCH] chore: use pnpm dlx instead of deprecated pnpx in pre-commit hook --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 09dd6bf4f..8b3e5b645 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -pnpx lint-staged +pnpm dlx lint-staged