SCANNPM-125 Fix build output structure by reverting tsx to 4.20.6#379
Merged
SCANNPM-125 Fix build output structure by reverting tsx to 4.20.6#379
Conversation
tsx 4.21.0 broke build output structure, causing files to be placed flat in build/ instead of in build/bin/ and build/src/ subfolders. Added validation step in release workflow to fail fast if the expected folder structure is missing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
vdiez
approved these changes
Jan 7, 2026
The knip upgrade in f291720 renamed bin/sonar-scanner.ts to .js which broke the tsc output structure (files placed flat in build/ instead of build/bin/ and build/src/). This reverts the file rename and removes knip temporarily as it had issues tracing the require() import. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
zglicz
added a commit
that referenced
this pull request
Jan 7, 2026
Follow-up to #379 - knip was removed as a dependency but the CI workflow still tried to run it. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 task
Merged
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.
Summary
build/instead of inbuild/bin/andbuild/src/subfoldersTest plan
🤖 Generated with Claude Code