nocobase/lerna.json
2023-09-13 03:57:15 +08:00

14 lines
267 B
JSON

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