Skip to content

Commit 383738e

Browse files
authored
chore: 압축 파일 확인 코드 추가
1 parent cb87c36 commit 383738e

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)