Skip to content

Commit 820f67c

Browse files
authored
Merge pull request #267 from prgrms-web-devcourse-final-project/kangsuyeong-patch-4
chore: 압축 파일 확인 코드 추가
2 parents cb87c36 + 383738e commit 820f67c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/autoBuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ jobs:
4343
4444
# Build React app using Vite
4545
npm run build
46+
47+
# 🛠 빌드된 파일 목록 출력 (압축 파일 확인)
48+
echo "🔍 Checking built files..."
49+
ls -lh dist/assets/

0 commit comments

Comments
 (0)