From 75d350ef54bb51c5112952b623862732e53c4cfb Mon Sep 17 00:00:00 2001 From: limepotato Date: Wed, 30 Oct 2024 19:44:51 -0600 Subject: [PATCH] update build script --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index e908551..15cd335 100755 --- a/build.sh +++ b/build.sh @@ -27,6 +27,7 @@ read -p "$(echo -e ${FRONTEND_Q})" choice if [ "$choice" = "y" ]; then echo -e "${BUILDING_FRONT}" cd frontend + rm -r ./build pnpm i pnpm run build cd ../ @@ -42,8 +43,6 @@ if [ "$choice" = "y" ]; then cd ../ elif [ "$choice" = "n" ]; then echo -e "${EXITING}" - elif [ "$choice" = "c" ]; then - echo -e "${BUILD_CANCELLED}" else echo -e "${NO_CHOICE}" fi