Files
appium/lerna.json
Christopher Hiller cf680e15b5 chore(): stop streaming lerna output
this will make test output easier to read
2022-11-29 13:01:55 -08:00

26 lines
380 B
JSON

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