Skip to content

Commit

Permalink
Merge pull request #397 from J1P5/deploy/#395
Browse files Browse the repository at this point in the history
test: build.sh 명령 수정 - 디렉토리 이름 확인
  • Loading branch information
JW-Ahn0 authored Jan 6, 2025
2 parents 0eb679b + 1cdb6ad commit 4aca9c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4aca9c5

Please sign in to comment.