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