From 6c3ce5aa5a31922ecf7076729fa3e8906418f469 Mon Sep 17 00:00:00 2001 From: tate Date: Tue, 22 Aug 2023 09:26:23 +1000 Subject: [PATCH] disable husky (temp) --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 36602fadd..6f5aa4624 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -pnpm lint && git add package.json +# pnpm lint && git add package.json