From 2b649d8d713ab5227bcca281fdb251d56ab67544 Mon Sep 17 00:00:00 2001 From: "@u_limit_" <76727686+urimeee@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:12:15 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Vercel=20=EB=B0=B0=ED=8F=AC=EB=A5=BC?= =?UTF-8?q?=20=EC=9C=84=ED=95=9C=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 2edbd61..4235e74 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,12 @@ #!/bin/sh +set -e + cd ../ mkdir output -cp -R ./sohawgi-front/* ./output -cp -R ./output ./sohawgi-front/ \ No newline at end of file +cp -R ./sohawgi_Front/* ./output +cp -R ./output ./sohawgi_Front/ + +cd sohawgi_Front || exit 1 + +npm install +npm run build