chore: add build step in release workflow#10312
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughA patch release changeset is added to coordinate updates across multiple TanStack Query packages, and a new build step is introduced to the release workflow to compile all packages before publishing. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
View your CI Pipeline Execution ↗ for commit b03aaed
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version Preview24 package(s) bumped directly, 0 bumped as dependents. 🟩 Patch bumps
|
size-limit report 📦
|
cc6c82b to
78c982a
Compare
…ages and fix build directory exclusion issue
#10303
In this commit, the test:ci step was removed, and release workflow runs the build. Previously, the build directory were being generated as part of that step, but now that it's skipped, the dist/build output isn’t created before publish.
As a result, the published package is missing the build folder.