mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:51:09 +08:00
30 lines
409 B
JSON
30 lines
409 B
JSON
{
|
|
"lerna": "2.0.0-rc.3",
|
|
"version": "3.0.0-alpha.0",
|
|
"commands": {
|
|
"bootstrap": {
|
|
"ignore": [
|
|
"test-cra"
|
|
]
|
|
},
|
|
"exec": {
|
|
"ignore": [
|
|
"test-cra"
|
|
]
|
|
},
|
|
"publish": {
|
|
"ignore": [
|
|
"cra-storybook",
|
|
"test-cra"
|
|
]
|
|
}
|
|
},
|
|
"packages": [
|
|
"app/*",
|
|
"lib/*",
|
|
"addons/*",
|
|
"examples/*"
|
|
],
|
|
"concurrency": 1
|
|
}
|