ECHO-538 (build) ignore lint errors during vercel deploy#346
Conversation
WalkthroughSplits the frontend CI workflow into separate lint and build steps, and removes biome pre-checks from the build scripts in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Config-level changes across two files with straightforward, homogeneous modifications—no logic density or cross-cutting concerns to reason through. Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| "messages:extract": "lingui extract", | ||
| "messages:compile": "lingui compile --typescript", | ||
| "build": "biome check . && tsc && vite build", | ||
| "participant:build": "biome check . && tsc && VITE_API_BASE_URL=http://localhost:8000/api VITE_USE_PARTICIPANT_ROUTER=1 vite build", |
There was a problem hiding this comment.
@spashii is this not needed? "&& VITE_API_BASE_URL=http://localhost:8000/api VITE_USE_PARTICIPANT_ROUTER=1" ?
There was a problem hiding this comment.
we don't use the participant:build anywhere
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Reorganized CI workflow by separating lint and build steps into distinct stages for improved visibility * Simplified build scripts by removing pre-check validation from the build process <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit