From bb4654ea3662b817d2987171054827b210cf4167 Mon Sep 17 00:00:00 2001 From: Doeun Kim Date: Tue, 10 Sep 2024 23:03:44 +0900 Subject: [PATCH] =?UTF-8?q?chore(*):=20pre-push=20.next=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=A0=9C=EA=B1=B0=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20(#197)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: pre-push - .next 파일 제거하도록 * fix --- .husky/pre-push | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.husky/pre-push b/.husky/pre-push index d4c4b569..e8c3dd92 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,6 +1,9 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" +echo "🗑️ .next 디렉터리를 삭제합니다." +find . -type d -name ".next" -exec rm -rf {} + + pnpm run lint pnpm run type-check pnpm run build \ No newline at end of file