2019-10-08 19:20:12 +08:00
|
|
|
{
|
2022-05-23 18:31:20 +08:00
|
|
|
"packages": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
2019-10-08 19:20:12 +08:00
|
|
|
"command": {
|
|
|
|
"publish": {
|
2022-05-23 18:31:20 +08:00
|
|
|
"ignoreChanges": [
|
|
|
|
"*.md"
|
|
|
|
],
|
|
|
|
"allowBranch": [
|
|
|
|
"publish",
|
|
|
|
"docs"
|
|
|
|
],
|
2022-05-06 20:17:51 +08:00
|
|
|
"message": "chore: publish",
|
|
|
|
"registry": "https://registry.npmjs.org"
|
2019-10-08 19:20:12 +08:00
|
|
|
}
|
|
|
|
},
|
2022-09-28 14:46:45 +08:00
|
|
|
"version": "2.9.28",
|
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
|
|
|
}
|