blockly-samples
blockly-samples copied to clipboard
Consider excluding test-only changes from lerna release
Check for duplicates
- [ ] 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