From 1cdb6ad7df05cc47f2e01c05c84c7b1d63f6711b Mon Sep 17 00:00:00 2001 From: JW-Ahn0 Date: Mon, 6 Jan 2025 22:11:47 +0900 Subject: [PATCH] =?UTF-8?q?test:=20build.sh=20=EB=AA=85=EB=A0=B9=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20-=20=EB=94=94=EB=A0=89=ED=86=A0=EB=A6=AC?= =?UTF-8?q?=20=EC=9D=B4=EB=A6=84=20=ED=99=95=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 18fb6f01..82cd8b94 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,10 @@ #!/bin/sh cd ../ + +# 상위 디렉토리 내용 확인 +echo "Current directory after cd ../:" +ls -la + # output 디렉토리 생성 mkdir -p output cp -R ./WEB1_1_J1P5_FE/* ./output