diff --git a/lerna.json b/lerna.json index 3878e84..51b194c 100644 --- a/lerna.json +++ b/lerna.json @@ -9,6 +9,8 @@ "**/__snapshots__/", "**/*.test.*.?(c|m)js", "**/*.test.?(c|m)js", + "*.config.?(c|m)js", + "*.json", "*.md?(x)" ] }