Skip to content

Conversation

alsmadi99
Copy link
Contributor

@alsmadi99 alsmadi99 commented Aug 29, 2025

Fixes missing dist files for @commitlint/config-pnpm-scopes by adding it to root tsconfig references, prepublishOnly script, and Docker CI pack step.

Motivation and Context

Resolves #4543

How Has This Been Tested?

By running build and test commands on both main repo and sub module

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
Copy link

codesandbox-ci bot commented Aug 29, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link
Collaborator

@JounQin JounQin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dist folder should be excluded from git source codes.

@alsmadi99 alsmadi99 requested a review from JounQin August 29, 2025 09:06
@alsmadi99
Copy link
Contributor Author

oops yea will remove that.

@escapedcat
Copy link
Member

Awesome! Thanks! 👏

@escapedcat escapedcat merged commit ea75778 into conventional-changelog:master Aug 29, 2025
12 of 13 checks passed
"declaration": true,
"outDir": "dist",
"rootDir": "/",
"strict": true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alsmadi99 why remove strict:true?

Copy link
Contributor Author

@alsmadi99 alsmadi99 Aug 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was to just follow standard of other ts modules in @commitlint like the validator module. as at first when i wrote it i just put the default tsconfig i found online.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants