Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excluding tests folder from lerna #48

Merged
merged 2 commits into from
Aug 15, 2019
Merged

Conversation

DanielSanudo
Copy link
Contributor

Summary

Modules shouldn't need to be published when tests change.

Changelog

Test Plan

Copy link
Contributor

@kinetifex kinetifex left a comment

Choose a reason for hiding this comment

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

Small tweak, then 👍

lerna.json Outdated
@@ -5,6 +5,7 @@
],
"version": "independent",
"ignoreChanges": [
"**/*.test.js",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"**/*.test.js",
"**/*.+(test|spec).js",

Should also include .spec files. Would be nice to align this convention across packages at some point.

@DanielSanudo DanielSanudo merged commit d6ce0ce into master Aug 15, 2019
@DanielSanudo DanielSanudo deleted the excluding-tests-from-lerna branch August 15, 2019 10:41
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.

3 participants