storybook/lerna.json
Michael Shilman b0df780525 v3.1.8
2017-07-06 02:17:29 -07:00

28 lines
435 B
JSON

{
"lerna": "2.0.0-rc.5",
"commands": {
"bootstrap": {
"ignore": [
"test-cra",
"react-native-vanilla"
]
},
"publish": {
"ignore": [
"cra-kitchen-sink",
"test-cra",
"react-native-vanilla",
"@storybook/components"
]
}
},
"packages": [
"addons/*",
"app/*",
"lib/*",
"examples/*"
],
"concurrency": 1,
"version": "3.1.8"
}