2019-10-08 19:20:12 +08:00
|
|
|
{
|
|
|
|
"packages": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
|
|
|
"command": {
|
|
|
|
"publish": {
|
2019-11-25 15:27:56 +08:00
|
|
|
"ignoreChanges": [
|
|
|
|
"*.md"
|
|
|
|
],
|
2019-10-08 19:20:12 +08:00
|
|
|
"allowBranch": [
|
|
|
|
"master",
|
2019-12-31 12:01:25 +08:00
|
|
|
"docs"
|
2019-10-08 19:20:12 +08:00
|
|
|
],
|
|
|
|
"message": "chore: publish"
|
|
|
|
}
|
|
|
|
},
|
2022-03-30 16:08:04 +08:00
|
|
|
"version": "2.8.18",
|
2019-10-08 19:20:12 +08:00
|
|
|
"npmClient": "yarn",
|
2019-11-12 16:18:12 +08:00
|
|
|
"useWorkspaces": true,
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
2019-11-25 15:27:56 +08:00
|
|
|
}
|