storybook/lerna.json
2019-01-04 12:35:49 +08:00

16 lines
253 B
JSON

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