fix(ci): remove build deps from publish tasks #86
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.
name: Pull Request
about: Submit changes to the RTMS SDK
Description
The publish:js task had deps on prebuild:js which triggered a full rebuild during CI publish. This failed because the SDK isn't installed in the publish job - it only downloads pre-built artifacts.
Removed build dependencies from publish tasks since CI handles the build/publish separation. Added :full variants for local development where the full build→publish flow is needed.
Related Issues
Fixes #(issue number)
Type of Change
Affected Components
Testing Performed
Describe the tests you ran to verify your changes. Include relevant details such as test configuration and instructions to reproduce.
Checklist
Additional Context
Add any other context about the PR here.