Files
react-navigation/lerna.json
2020-11-11 22:07:33 +01:00

24 lines
439 B
JSON

{
"packages": [
"packages/*",
"example"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"command": {
"publish": {
"allowBranch": "6.x",
"conventionalCommits": true,
"createRelease": "github",
"message": "chore: publish",
"ignoreChanges": [
"**/__fixtures__/**",
"**/__tests__/**",
"**/*.md",
"**/example/**"
]
}
}
}