Commit 60dc80e
Deepak Pandey
fix: Add --prod flag to vercel build for production environment match
- Add --prod flag to 'Build for Vercel' step in production job
- This resolves the 'prebuilt environment mismatch' error
- Ensures build target (production) matches deployment target (--prod)
- Staging job correctly uses preview environment (no --prod flag)1 parent d0b4dcd commit 60dc80e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| |||
0 commit comments