From 890f414b5a02bf96dcd90fc4d3294229fa2273b9 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 5 Feb 2018 11:25:59 +0100 Subject: Lerna-ignore tslint and tsconfig --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lerna.json') diff --git a/lerna.json b/lerna.json index 3bb3f215f..dbe42bcb1 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "version": "independent", "commands": { "publish": { - "ignore": ["test/**/*", "*.md", "scripts", "lib"] + "ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"] } }, "npmClient": "yarn", -- cgit v1.2.3