Skip to content

chore: update build scripts to exclude cdn on builds except releases#4900

Merged
enesozturk merged 4 commits intomainfrom
chore/build-scripts-to-exlude-cdn
Aug 28, 2025
Merged

chore: update build scripts to exclude cdn on builds except releases#4900
enesozturk merged 4 commits intomainfrom
chore/build-scripts-to-exlude-cdn

Conversation

@enesozturk
Copy link
Copy Markdown
Contributor

@enesozturk enesozturk commented Aug 25, 2025

Description

Updates build script to exclude CDN package build (which takes ~30s to build) and add build:all to use it only on Changeset commands to makes sure we are building CDN when publishing.

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

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

  • Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections
  • I have tested my changes on the preview link
  • Approver of this PR confirms that the changes are tested on the preview link

Copilot AI review requested due to automatic review settings August 25, 2025 15:31
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Aug 25, 2025

⚠️ No Changeset found

Latest commit: 7f8729c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link
Copy Markdown

vercel bot commented Aug 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
appkit-basic-html Ready Ready Preview Comment Aug 27, 2025 6:27pm
appkit-demo Ready Ready Preview Comment Aug 27, 2025 6:27pm
appkit-gallery Ready Ready Preview Comment Aug 27, 2025 6:27pm
appkit-laboratory Ready Ready Preview Comment Aug 27, 2025 6:27pm
10 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
appkit-basic-example Ignored Ignored Aug 27, 2025 6:27pm
appkit-basic-sign-client-example Ignored Ignored Aug 27, 2025 6:27pm
appkit-basic-up-example Ignored Ignored Aug 27, 2025 6:27pm
appkit-ethers5-bera Ignored Ignored Aug 27, 2025 6:27pm
appkit-nansen-demo Ignored Ignored Aug 27, 2025 6:27pm
appkit-vue-solana Ignored Ignored Aug 27, 2025 6:27pm
appkit-wagmi-cdn-example Ignored Ignored Aug 27, 2025 6:27pm
ethereum-provider-wagmi-example Ignored Ignored Aug 27, 2025 6:27pm
next-wagmi-solana-bitcoin-example Ignored Ignored Aug 27, 2025 6:27pm
vue-wagmi-example Ignored Ignored Aug 27, 2025 6:27pm

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:local to build to exclude CDN package from regular builds
  • Adds build:all script that includes all packages including CDN
  • Updates all publish scripts to use build:all instead of build to ensure CDN is built for releases

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

cursor[bot]

This comment was marked as outdated.

@enesozturk enesozturk requested a review from a team August 25, 2025 15:34
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 25, 2025

Warnings
⚠️ Changes were made to one or more package.json(s), but not to pnpm-lock.yaml

Generated by 🚫 dangerJS against 7f8729c

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 25, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 78.3% 34789 / 44429
🔵 Statements 78.3% 34789 / 44429
🔵 Functions 76.19% 3834 / 5032
🔵 Branches 86.63% 8208 / 9474
File CoverageNo changed files found.
Generated in workflow #14574 for commit 7f8729c by the Vitest Coverage Report Action

@socket-security
Copy link
Copy Markdown

socket-security bot commented Aug 25, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​wagmi/​vue@​0.1.27841007597100
Addedvite@​6.3.5951008198100
Addedvite@​5.4.19951008198100

View full report

@enesozturk enesozturk added this pull request to the merge queue Aug 28, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 28, 2025
@enesozturk enesozturk added this pull request to the merge queue Aug 28, 2025
Merged via the queue into main with commit cd1bec2 Aug 28, 2025
41 checks passed
@enesozturk enesozturk deleted the chore/build-scripts-to-exlude-cdn branch August 28, 2025 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants