Lerna-ignore tslint and tsconfig

This commit is contained in:
Leonid Logvinov 2018-02-05 11:25:59 +01:00
parent 0c6cbb66b1
commit 890f414b5a
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -4,7 +4,7 @@
"version": "independent",
"commands": {
"publish": {
"ignore": ["test/**/*", "*.md", "scripts", "lib"]
"ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"]
}
},
"npmClient": "yarn",