We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb87c36 commit 383738eCopy full SHA for 383738e
.github/workflows/autoBuild.yml
@@ -43,3 +43,7 @@ jobs:
43
44
# Build React app using Vite
45
npm run build
46
+
47
+ # 🛠 빌드된 파일 목록 출력 (압축 파일 확인)
48
+ echo "🔍 Checking built files..."
49
+ ls -lh dist/assets/
0 commit comments