diff options
Diffstat (limited to 'lerna.json')
-rw-r--r-- | lerna.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lerna.json b/lerna.json index dbe42bcb1..5f975fff9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,11 @@ { "lerna": "2.5.1", "packages": ["packages/*"], + "commands": { + "publish": { + "allowBranch": "development" + } + }, "version": "independent", "commands": { "publish": { |