fix lerna config [skip ci]

This commit is contained in:
Henry Zhu 2017-03-02 16:00:44 -05:00
parent 67ed224df0
commit 22a5ce43f1

View File

@ -14,10 +14,12 @@
}
},
"cacheDir": ".changelog",
"publishConfig": {
"ignore": [
"*.md",
"test/**"
]
"commands": {
"publish": {
"ignore": [
"*.md",
"test/**"
]
}
}
}