storybook/lerna.json
Michael Shilman 7a6c901d71 v3.2.16
2017-11-15 18:03:04 -08:00

17 lines
265 B
JSON

{
"lerna": "2.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"commands": {
"publish": {
"ignore": [
"cra-kitchen-sink",
"vue-example"
],
"allowBranch": "master"
}
},
"concurrency": 1,
"version": "3.2.16"
}