tachybase_todo/lerna.json

14 lines
267 B
JSON
Raw Normal View History

2020-10-24 15:34:43 +08:00
{
"version": "0.12.0-alpha.5",
2021-05-23 08:38:08 +08:00
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": ["--ignore-engines"],
2020-10-24 15:34:43 +08:00
"command": {
2021-12-06 21:23:34 +08:00
"version": {
"forcePublish": true,
"exact": true,
"message": "chore(versions): 😊 publish %s"
2020-10-24 15:34:43 +08:00
}
}
2021-12-06 21:23:34 +08:00
}