Skip to content

Commit 4517eff

Browse files
authored
Merge pull request #132 from Soohyuniii/fix/production-mode
fix: ci 설정
2 parents e35baa5 + 60cca3c commit 4517eff

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)