diff --git a/lerna.json b/lerna.json index 20f22051..f4ff5dd9 100644 --- a/lerna.json +++ b/lerna.json @@ -3,10 +3,5 @@ "version": "independent", "npmClient": "yarn", "useWorkspaces": true, - "command": { - "publish": { - "allowBranch": "master" - } - }, "ignoreChanges": ["**/test/**", "**/examples/**", "**/*.md"] }