nocobase/lerna.json
2024-01-03 10:00:45 +08:00

14 lines
267 B
JSON

{
"version": "0.18.0-alpha.9",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": ["--ignore-engines"],
"command": {
"version": {
"forcePublish": true,
"exact": true,
"message": "chore(versions): 😊 publish %s"
}
}
}