chore: update build scripts to exclude cdn on builds except releases#4900
chore: update build scripts to exclude cdn on builds except releases#4900enesozturk merged 4 commits intomainfrom
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
10 Skipped Deployments
|
There was a problem hiding this comment.
Pull Request Overview
Updates build scripts to optimize development build times by excluding the CDN package build (~30s) from the default build script while ensuring it's included for release publishing.
- Renames
build:localtobuildto exclude CDN package from regular builds - Adds
build:allscript that includes all packages including CDN - Updates all publish scripts to use
build:allinstead ofbuildto ensure CDN is built for releases
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Coverage Report
File CoverageNo changed files found. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Description
Updates
buildscript to excludeCDNpackage build (which takes~30sto build) and addbuild:allto use it only on Changeset commands to makes sure we are building CDN when publishing.Type of change
Associated Issues
For Linear issues: Closes APKT-xxx
For GH issues: closes #...
Showcase (Optional)
If there is a UI change include the screenshots with before and after state.
If new feature is being introduced, include the link to demo recording.
Checklist