Skip to content

Commit 60cca3c

Browse files
committed
fix: ci 설정
1 parent 3fbe504 commit 60cca3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
NODE_ENV: production
3333
VITE_MODE: production
34-
run: npm run build -- --mode production --verbose
34+
run: npm run build -- --mode production
3535

3636
- name: Check built files (Debugging)
3737
run: grep -r "import.meta.env.MODE" dist/ || echo "No env mode found in built files"

0 commit comments

Comments
 (0)