diff --git a/lerna.json b/lerna.json index 4edc05933..0046499a3 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,18 @@ "packages": [ "packages/*" ], - "version": "independent" + "version": "independent", + "command": { + "publish": { + "allowBranch": ["master"], + "ignoreChanges": [ + ".clang-format", + ".gitignore", + ".travis.yml", + "README.md", + "appveyor.yml", + "tslint.json" + ] + } + } }