storybook/lerna.json
2019-01-12 12:10:56 +08:00

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"
}