Files
react-navigation/lerna.json
2020-06-16 21:42:22 +02:00

24 lines
440 B
JSON

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