From 98aa0f28907f4313a1aa9018b94faef0d4eaa9ae Mon Sep 17 00:00:00 2001 From: Mert Sincan Date: Thu, 9 Jan 2025 14:02:07 +0000 Subject: [PATCH] refactor: update husky checkout --- .husky/post-checkout | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.husky/post-checkout b/.husky/post-checkout index 53ad94226a..2145a214c7 100644 --- a/.husky/post-checkout +++ b/.husky/post-checkout @@ -1,9 +1,9 @@ #!/bin/sh # Discard all changes and untracked files -git reset --hard HEAD && git clean -fd +#git reset --hard HEAD && git clean -fd # Run the clean script -npm run clean || exit 1 +#npm run clean || exit 1 -echo "\033[1;33mPlease make sure to run 'npm run setup' to configure all necessary settings.\033[0m" +#echo "\033[1;33mPlease make sure to run 'npm run setup' to configure all necessary settings.\033[0m"