Files
appium/lerna.json
T
Christopher Hiller 3eba685e25 chore(deps): upgrade sync-monorepo-packages to v1.0.0
This also means we can remove `packages` from `lerna.json`
2022-12-01 16:38:18 -08:00

24 lines
367 B
JSON

{
"command": {
"run": {
"concurrency": 8
},
"version": {
"conventionalCommits": true,
"createRelease": "github",
"version": {
"allowBranch": "master"
}
},
"add": {
"exact": true
}
},
"ignoreChanges": [
"**/test/**",
"**/*.md"
],
"version": "independent",
"useWorkspaces": true
}