mirror of https://gitee.com/antv-l7/antv-l7
21 lines
375 B
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
|
|
} |