storybook/lerna.json
Michael Shilman 0f16e44ef7 Revert "Fix bad Lerna commit"
This reverts commit 734b35c3014eac43659a62ddda385b460e85b059.
2017-05-24 10:22:00 +10:00

24 lines
313 B
JSON

{
"lerna": "2.0.0-rc.5",
"commands": {
"bootstrap": {
"ignore": [
"test-cra"
]
},
"publish": {
"ignore": [
"cra-storybook",
"test-cra"
]
}
},
"packages": [
"app/*",
"lib/*",
"addons/*",
"examples/*"
],
"concurrency": 1
}