mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"command": {
|
|
"publish": {
|
|
"allowBranch": ["master", "next", "release/*"]
|
|
}
|
|
},
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"registry": "https://registry.npmjs.org",
|
|
"version": "5.0.0-debug.1"
|
|
}
|