From 2a041a0d4336f9b7c73a7a60d6e369d954e3c0da Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Wed, 3 Jul 2024 10:45:45 -0700 Subject: [PATCH] chore: disable 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 d0e5e39..c02c710 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx --no-install lint-staged #&& npm test +# npx --no-install lint-staged && npm test