Skip to content

Conversation

@JohT
Copy link
Owner

@JohT JohT commented Oct 29, 2025

🚀 Feature

  • Skip TypeScript packages with a package.json marked as private.:
    • Source repositories, that contain multiple Typescript packages (so called "Monorepos"), can contain packages that are not meant to be published. These are marked with "private": true in their package.json.
    • The trigger for that change is a different one: It was to fix the different behavior when it comes to what directory is scanned for Typescript code. This will become more deterministic now.

@JohT JohT self-assigned this Oct 29, 2025
@JohT JohT force-pushed the feature/ignore-private-package-json-typescript-projects branch from ac82b74 to 38e27b5 Compare October 29, 2025 07:30
@JohT JohT merged commit f5e24f2 into main Oct 29, 2025
6 checks passed
@JohT JohT deleted the feature/ignore-private-package-json-typescript-projects branch October 29, 2025 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants