(build) fix CWD error and vercel deployment on production#75
Conversation
WalkthroughThis pull request updates several GitHub Actions workflows used for deploying the Vercel dashboard and portal. The changes disable the automatic dependency installation by setting Changes
Sequence Diagram(s)sequenceDiagram
participant Runner as GitHub Actions Runner
participant Setup as pnpm/action-setup
participant Install as "Install Dependencies Step"
Runner->>Setup: Execute setup (run_install: false)
Runner->>Install: Run "pnpm install --frozen-lockfile" in echo/frontend
sequenceDiagram
participant Runner as GitHub Actions Runner
participant Setup as pnpm/action-setup
participant Install as "Install Dependencies Step"
participant Build as "Build Project Artifacts"
participant Deploy as "Deploy Artifacts to Vercel"
Runner->>Setup: Execute setup (run_install: false)
Runner->>Install: Run "pnpm install --frozen-lockfile" in echo/frontend
Runner->>Build: Execute "vercel build --prod"
Runner->>Deploy: Execute "vercel deploy --prebuilt --prod"
Possibly related PRs
Poem
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (10)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit