From fd9b02fd0fda44894f1a93684e5e9fd7c8f544f8 Mon Sep 17 00:00:00 2001 From: Jbee Date: Wed, 4 Sep 2024 16:52:55 +0900 Subject: [PATCH] env: update husky to corepack (#354) --- .husky/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-push b/.husky/pre-push index 84a901f0..83147628 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -yarn check +corepack yarn check