mirror of https://gitee.com/antv-l7/antv-l7
26 lines
403 B
JSON
26 lines
403 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"*.md"
|
|
],
|
|
"allowBranch": [
|
|
"master",
|
|
"develop",
|
|
"next",
|
|
"dev-container"
|
|
],
|
|
"message": "chore: publish"
|
|
}
|
|
},
|
|
"version": "2.0.0-beta.10",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|