From 8277cbc4b8333e06847c66cbb559e74e3dfddaea Mon Sep 17 00:00:00 2001 From: ray_wuhao <443547225@qq.com> Date: Sun, 23 Jul 2023 13:26:55 +0800 Subject: [PATCH] update --- .husky/commit-msg | 2 +- .husky/pre-commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 9cdbd7af..5acb44c6 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname "$0")/_/husky.sh" -yarn lint-staged --allow-empty "$1" \ No newline at end of file +pnpm lint-staged --allow-empty "$1" \ No newline at end of file diff --git a/.husky/pre-commit b/.husky/pre-commit index 9cdbd7af..5acb44c6 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname "$0")/_/husky.sh" -yarn lint-staged --allow-empty "$1" \ No newline at end of file +pnpm lint-staged --allow-empty "$1" \ No newline at end of file