storybook/lerna.json
Michael Shilman a620cfed2a v3.1.5
2017-06-22 16:36:43 +10: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.5"
}