diff options
Diffstat (limited to 'lerna.json')
-rw-r--r-- | lerna.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |