Uh oh!
There was an error while loading. Please reload this page.
fix(ci): add --no-build to netlify deploy in release workflow - #323
Conversation
✅ Deploy Preview for devsydev canceled.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe release workflow's Netlify deployment step is updated to include the ChangesNetlify Release Deployment
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
Summary
--no-buildflag tonetlify deployin the release workflow to prevent Netlify CLI from running site build commands before deploying.--no-build, the latest netlify-cli reads the site's build configuration and attemptsyarn build, which fails because no build script exists in this context.--configremoval but missed this flag.Summary by CodeRabbit