mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:11:06 +08:00
18 lines
299 B
JSON
18 lines
299 B
JSON
{
|
|
"lerna": "2.0.0",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"commands": {
|
|
"publish": {
|
|
"ignore": [
|
|
"cra-kitchen-sink",
|
|
"vue-kitchen-sink",
|
|
"angular-cli",
|
|
"lib/cli/test/run/*"
|
|
]
|
|
}
|
|
},
|
|
"concurrency": 1,
|
|
"version": "3.3.0-alpha.0"
|
|
}
|