From e47ddc0ae084bd8446e9fed19856e208dc813c2e Mon Sep 17 00:00:00 2001 From: Pavel Meyer Date: Mon, 18 Nov 2024 10:24:21 +0300 Subject: [PATCH] Update pre-commit --- .husky/pre-commit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 345a252cc7..36af219892 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ -# #!/bin/sh -# . "$(dirname "$0")/_/husky.sh" +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" -# npx lint-staged +npx lint-staged