build(client): add explicit build deps#26442
Merged
jason-ha merged 1 commit intomicrosoft:mainfrom Feb 13, 2026
Merged
Conversation
Contributor
jason-ha
commented
Feb 13, 2026
- "check:exports:bundle-release-tags" by default uses ./lib/index.d.ts generated (usually) by "build:esnext"
- remove explicit config from presence and test-loader-utils
- "check:exports:index" in test-version-utils depends on "build:esnext"
- "check:exports:bundle-release-tags" by default uses ./lib/index.d.ts generated (usually) by "build:esnext" - remove explicit config from presence and test-loader-utils - "check:exports:index" in test-version-utils depends on "build:esnext"
Contributor
There was a problem hiding this comment.
Pull request overview
This PR improves the build configuration by centralizing the build dependency for the check:exports:bundle-release-tags task. Since this task typically uses api-extractor with ./lib/index.d.ts as the entry point (generated by build:esnext), the dependency is moved to the global configuration in fluidBuild.config.cjs. This allows packages to inherit the default behavior while removing redundant package-level configuration.
Changes:
- Added global build dependency
check:exports:bundle-release-tags: ["build:esnext"]in fluidBuild.config.cjs - Added explicit build dependency for
check:exports:indexin test-version-utils - Removed redundant package-level
check:exports:bundle-release-tagsdependencies from test-loader-utils and presence
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| fluidBuild.config.cjs | Added global default dependency for check:exports:bundle-release-tags task |
| packages/test/test-version-utils/package.json | Added explicit build dependency for check:exports:index task |
| packages/loader/test-loader-utils/package.json | Removed explicit check:exports:bundle-release-tags dependency (now inherited from global config) |
| packages/framework/presence/package.json | Removed explicit check:exports:bundle-release-tags dependency (now inherited from global config) |
tylerbutler
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.