nocobase/lerna.json
2023-12-06 17:19:35 +08:00

14 lines
267 B
JSON

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