diff --git a/lerna.json b/lerna.json index 5b3dc5c45..43806d246 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,6 @@ { - "packages": [ - "packages/*" - ], + "packages": ["packages/*"], + "ignoreChanges": ["packages/*/test/**", "**/*.md"], "version": "independent", "npmClient": "yarn", "useWorkspaces": true,