mirror of https://gitee.com/antv-l7/antv-l7
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"packages": ["packages/*"],
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": ["*.md"],
|
|
"allowBranch": ["publish", "docs"],
|
|
"message": "chore: publish",
|
|
"registry": "https://registry.npmjs.org"
|
|
}
|
|
},
|
|
"version": "2.8.35",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|