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