Lerna ignore scripts and lib

This commit is contained in:
Leonid Logvinov
2018-02-01 12:56:46 +01:00
parent f09393d4f4
commit 0c6cbb66b1

View File

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