You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for similar issues before opening a new one.
Component
lerna config
Problem
Lerna will publish a new version of a plugin even if the only code changes to it were in the test/ directory. This would result in a new version number but no meaningful change to the published code.
Request
Configure lerna to ignore changes in test/ directories for plugins.
We should ensure that no plugin actually publishes their test directory or else this would have unintended consequences.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Check for duplicates
Component
lerna config
Problem
Lerna will publish a new version of a plugin even if the only code changes to it were in the
test/
directory. This would result in a new version number but no meaningful change to the published code.Request
Configure lerna to ignore changes in
test/
directories for plugins.We should ensure that no plugin actually publishes their
test
directory or else this would have unintended consequences.Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: