Lerna ignore scripts and lib

This commit is contained in:
Leonid Logvinov 2018-02-01 12:56:46 +01:00
parent f09393d4f4
commit 0c6cbb66b1
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"]
"ignore": ["test/**/*", "*.md", "scripts", "lib"]
}
},
"npmClient": "yarn",