aboutsummaryrefslogtreecommitdiffstats
path: root/.husky/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to '.husky/pre-commit')
-rwxr-xr-x.husky/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit
index d1505ba..c22c561 100755
--- a/.husky/pre-commit
+++ b/.husky/pre-commit
@@ -6,5 +6,5 @@ FILE_NAME="$(dirname "$0")/_/husky.sh"
6if [ -f $FILE_NAME ]; then 6if [ -f $FILE_NAME ]; then
7 . $FILE_NAME 7 . $FILE_NAME
8 pnpm prepare 8 pnpm prepare
9 pnpm lint 9 pnpm prepare-code
10fi 10fi