storybook/lerna.json
Michael Shilman 50e02297f4 v5.0.0-beta.0
2019-02-01 14:33:30 +08:00

16 lines
252 B
JSON

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