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-11-26 17:51:29 +08:00
|
|
|
"next"
|
2019-10-08 19:20:12 +08:00
|
|
|
],
|
|
|
|
"message": "chore: publish"
|
|
|
|
}
|
|
|
|
},
|
2019-12-23 11:58:12 +08:00
|
|
|
"version": "2.0.0-beta.23",
|
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
|
|
|
}
|