static-cms/lerna.json

19 lines
350 B
JSON
Raw Normal View History

2018-07-03 15:47:15 -04:00
{
"lerna": "2.11.0",
"packages": ["packages/*"],
2018-07-03 15:47:15 -04:00
"version": "independent",
"npmClient": "yarn",
2018-07-25 19:26:11 -04:00
"useWorkspaces": true,
"loglevel": "success",
"command": {
2019-03-21 16:48:05 -04:00
"version": {
"preid": "beta"
},
2018-07-25 19:26:11 -04:00
"publish": {
"allowBranch": "master",
2018-07-28 18:01:34 -04:00
"conventionalCommits": true,
"ignoreChanges": ["CHANGELOG.md"]
2018-07-25 19:26:11 -04:00
}
}
2018-07-03 15:47:15 -04:00
}