storybook/lerna.json
Michael Shilman 8ee4fdf9e3 Revert "Fix bad learn commit"
This reverts commit 054d6776a59acadc0f9e7001c719f7c05a9d13a5.
2017-05-24 10:22:08 +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
}