From 357f1cc128c7033957cabb8429f2ac32a080a154 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 3 Oct 2025 13:17:32 +0200 Subject: [PATCH] core(husky): adding the prefix --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index e506909..9e21c98 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,2 @@ #!/usr/bin/env sh -pnpm lint-staged +pnpm --prefix=./src/ lint-staged