Files
react-native-firebase/lerna.json
2020-04-22 17:31:10 +01:00

18 lines
448 B
JSON

{
"npmClient": "yarn",
"npmClientArgs": ["--no-lockfile"],
"packages": ["packages/*", "tests"],
"useWorkspaces": true,
"command": {
"version": {
"allowBranch": "master",
"conventionalCommits": true,
"exact": true,
"gitRemote": "origin",
"message": "chore(release): publish [skip-ci]"
}
},
"ignoreChanges": ["**/docs/**", "**/.github/**", "**/e2e/**", "**/tests/**"],
"version": "independent"
}