storybook/lerna.json
2019-01-22 17:09:13 +08:00

16 lines
253 B
JSON

{
"command": {
"publish": {
"allowBranch": [
"master",
"next",
"release/*"
]
}
},
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"version": "5.0.0-alpha.8"
}