From 6615aaa4abc8054eb5339024a23c35b0f57c65a4 Mon Sep 17 00:00:00 2001
From: Alex Yang <himself65@outlook.com>
Date: Wed, 15 May 2024 13:11:53 -0700
Subject: [PATCH] chore: use pnpm format

Using `pnpm format:write` will cause two commits which is not expected
---
 .husky/pre-commit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.husky/pre-commit b/.husky/pre-commit
index fe736c58e..3ffb2b906 100755
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -1,3 +1,3 @@
-pnpm format:write
+pnpm format
 pnpm lint
 npx lint-staged
-- 
GitLab