From 0c6cbb66b111300c231cdfcd0789a528a11d7254 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 1 Feb 2018 12:56:46 +0100 Subject: Lerna ignore scripts and lib --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lerna.json') diff --git a/lerna.json b/lerna.json index beab20258..3bb3f215f 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "version": "independent", "commands": { "publish": { - "ignore": ["test/**/*", "*.md"] + "ignore": ["test/**/*", "*.md", "scripts", "lib"] } }, "npmClient": "yarn", -- cgit