diff --git a/lerna.json b/lerna.json index 3a60d401d..dbbf2c9c5 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,8 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "independent" + "version": "independent", + "ignoreChanges": [ + "**/*.md" + ] }