From b03f765733f2c54f9ff67c387c1be2b004472455 Mon Sep 17 00:00:00 2001
From: Alex Yang <himself65@outlook.com>
Date: Sat, 27 Apr 2024 01:10:34 -0500
Subject: [PATCH] chore: update husky script (#776)

---
 .husky/pre-commit | 2 +-
 .husky/pre-push   | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
 delete mode 100755 .husky/pre-push

diff --git a/.husky/pre-commit b/.husky/pre-commit
index 3ffb2b906..fe736c58e 100755
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -1,3 +1,3 @@
-pnpm format
+pnpm format:write
 pnpm lint
 npx lint-staged
diff --git a/.husky/pre-push b/.husky/pre-push
deleted file mode 100755
index 98475b507..000000000
--- a/.husky/pre-push
+++ /dev/null
@@ -1 +0,0 @@
-pnpm test
-- 
GitLab