diff --git a/lerna.json b/lerna.json index eb366709..9589a0aa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,12 +1,12 @@ { - "packages": [ - "packages/*" - ], + "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, "version": "independent", - "ignoreChanges": [ - "**/*.md", - "**/test/**" - ] + "command": { + "version": { + "allowBranch": "master" + } + }, + "ignoreChanges": ["**/*.md", "**/test/**"] }