chore: simplify verify-exports dependency to single build task#426
chore: simplify verify-exports dependency to single build task#426jumski wants to merge 1 commit into
Conversation
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
View your CI Pipeline Execution ↗ for commit fc8733d
☁️ Nx Cloud last updated this comment at |
Merge activity
|
Updated the `verify` target in `pkgs/client/project.json` to depend on the `build` target instead of both `build:lib` and `build:browser`. This simplifies the dependency chain for verification tasks.
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-426.pgflow.pages.dev 📝 Details:
_Last updated: _ |

Updated the
verifytarget inpkgs/client/project.jsonto depend on thebuildtarget instead of bothbuild:libandbuild:browser. This simplifies the dependency chain for verification tasks.