diff --git a/.husky/post-merge b/.husky/post-merge index f9701db..9bc1399 100755 --- a/.husky/post-merge +++ b/.husky/post-merge @@ -2,4 +2,4 @@ . "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/common.sh" -npx post-merge-install "yarn install" \ No newline at end of file +npx post-merge-install "pnpm install" \ No newline at end of file diff --git a/.husky/pre-commit b/.husky/pre-commit index f8785ca..8ebc93d 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,5 +2,5 @@ . "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/common.sh" -yarn format -yarn lint +pnpm format +pnpm lint diff --git a/.husky/pre-push b/.husky/pre-push index 4a47071..65bda51 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -2,5 +2,5 @@ . "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/common.sh" -yarn build -yarn test \ No newline at end of file +pnpm build +pnpm test \ No newline at end of file