storybook/lerna.json
Michael Shilman f15eaa6a68 v3.2.14
2017-11-01 16:21:34 +09:00

17 lines
265 B
JSON

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