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 be294216a..dbe42bcb1 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,11 @@ "lerna": "2.5.1", "packages": ["packages/*"], "version": "independent", + "commands": { + "publish": { + "ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"] + } + }, "npmClient": "yarn", "useWorkspaces": true } |