From 1fcd3187e2141b3957c0e26b3f698ecb8395b22b Mon Sep 17 00:00:00 2001 From: JJozef Date: Fri, 5 Apr 2024 22:19:15 -0300 Subject: [PATCH] Update .husky/pre-commit script to include husky.sh --- .husky/pre-commit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.husky/pre-commit b/.husky/pre-commit index d0a7784..2fe7c0a 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,4 @@ +#!/usr/bin/sh +. "$(dirname "$0")/_/husky.sh" + npx lint-staged \ No newline at end of file