mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-13 09:30:30 +08:00
19 lines
345 B
JSON
19 lines
345 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"version": "independent",
|
|
"command": {
|
|
"publish": {
|
|
"allowBranch": "master",
|
|
"conventionalCommits": true,
|
|
"createRelease": "github",
|
|
"preId": "alpha",
|
|
"preDistTag": "next",
|
|
"message": "chore: publish"
|
|
}
|
|
}
|
|
}
|