antv-l7/lerna.json

21 lines
375 B
JSON

{
"packages": [
"packages/*"
],
"command": {
"publish": {
"npmClient": "yarn",
"ignoreChanges": ["*.md"],
"verifyAccess": false,
"verifyRegistry": false,
"allowBranch": [
"master",
"develop"
],
"message": "chore: publish"
}
},
"version": "0.0.1",
"npmClient": "yarn",
"useWorkspaces": true
}