From f09393d4f44dcb3ed8ab567313fff283e894e8f9 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 31 Jan 2018 18:35:56 +0100 Subject: [PATCH] Ignore test files and markdown files changes on publish --- lerna.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lerna.json b/lerna.json index be294216a8..beab202583 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,11 @@ "lerna": "2.5.1", "packages": ["packages/*"], "version": "independent", + "commands": { + "publish": { + "ignore": ["test/**/*", "*.md"] + } + }, "npmClient": "yarn", "useWorkspaces": true }