mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
25 lines
340 B
JSON
25 lines
340 B
JSON
{
|
|
"lerna": "2.0.0-rc.5",
|
|
"version": "3.0.0-rc.2",
|
|
"commands": {
|
|
"bootstrap": {
|
|
"ignore": [
|
|
"test-cra"
|
|
]
|
|
},
|
|
"publish": {
|
|
"ignore": [
|
|
"cra-storybook",
|
|
"test-cra"
|
|
]
|
|
}
|
|
},
|
|
"packages": [
|
|
"addons/*",
|
|
"app/*",
|
|
"lib/*",
|
|
"examples/*"
|
|
],
|
|
"concurrency": 1
|
|
}
|