storybook/lerna.json
2019-01-09 22:27:31 +08:00

16 lines
254 B
JSON

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